LAB - Class 32

Project: Django Permissions & Postgresql Author: Liesl White

Links and Resources

back-end server url (when applicable) front-end application (when applicable)

Setup

.env requirements (where applicable) i.e.

PORT - Port Number DATABASE_URL - URL to the running Postgres instance/db

How to initialize/run your application (where applicable)

python manage.py runserver

How to use your library (where applicable)

Tests

How do you run tests?

python drf_project/manage.py tests