Add basic README instructions
This commit is contained in:
parent
bbbea0b6aa
commit
da540a2abb
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue