- Clone the repository.
- Make a file called .env in the "src" folder, using .env.debug as a template. Do not change anything except allowed hosts and secret key.
- Install all the packages in src/requirements.txt using pip. Set up a virtual environment before this, if you like.
- Change into the "src" folder using
cd src/. - Run
python manage.py migrate. - You can now use the command
python manage.py runserver, and your website will be accessible on http://localhost:8000