Source code for the DJ Checkup website
- Clone the repository
- Create the virtual environment
- Pip install the requirements
- Create the .env file from the env.template
- Run the migrations
python manage.py migrate
- If creating a new database, create the super user
python manage.py createsuperuser
- Create the staticfiles folder
mkdir staticfiles
- Run the Collectstatic command
python manage.py collectstatic
- Run the server
python manage.py runserver