README: django instructions
This commit is contained in:
parent
1b024d1fd6
commit
f1afe22bac
1 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,15 @@ source env/bin/activate
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Django Setup
|
||||||
|
./manage.py makemigrations && ./manage.py migrate
|
||||||
|
```
|
||||||
|
|
||||||
|
## Website
|
||||||
|
```sh
|
||||||
|
# Run local server
|
||||||
|
./manage.py runserver 0.0.0.0:8000
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue