Add basic README instructions

This commit is contained in:
Jake Howard 2022-06-09 09:18:10 +01:00
parent bbbea0b6aa
commit da540a2abb
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 16 additions and 0 deletions

View File

@ -1 +1,17 @@
# Website
## Installation
1. Create a virtual environment
2. `pip install -r requirements.txt`
3. Create [`.env` file](#env-file)
4. `./manage.py runserver`
### `.env` file
Local development secrets are stored in a `.env` file.
These values are required for the application to load
- `DEBUG` set to `false`
- `SECRET_KEY` set to [something](https://django-secret-key-generator.netlify.app/) semi-random