Skip to content
Snippets Groups Projects
Commit ccfc6368 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update README

parent 9e55e166
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,17 @@ Finally, you can start the development server:
$ poetry run ./manage.py runserver
```
### Extending the settings
If you want to extend the settings while doing local development with poetry,
you just need to set the `DJANGO_SETTINGS_MODULE` environment variable to point
to the new settings file, e.g. to run the server using the `sample_settings.py`
file:
```shell
$ DJANGO_SETTINGS_MODULE=steering.sample_settings poetry run ./manage.py runserver
```
## Data Model
A visualization of the data model can be generated using the [Graph Models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment