mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 21:14:05 +01:00
Update README about debug mode
This commit is contained in:
parent
1b996629da
commit
1e084ed11c
11
README.md
11
README.md
@ -37,7 +37,16 @@ python manage.py loaddata data/polls-v1.json
|
||||
python manage.py loaddata data/user.json
|
||||
python manage.py runserver
|
||||
```
|
||||
Then connect to `http://127.0.0.1:8000/` or `localhost:8000/`
|
||||
|
||||
***NOTE***
|
||||
|
||||
By Default `DEBUG=False` and Django will not load CSS file for you so if you want to apply CSS run this.
|
||||
```bash
|
||||
python manage.py runserver --insecure
|
||||
```
|
||||
or set `DEBUG=True`
|
||||
|
||||
Then connect to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) or [localhost:8000/](localhost:8000/)
|
||||
|
||||
**Recommend**
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user