Commit 408aa438 authored by Jan Dittberner's avatar Jan Dittberner
Browse files

update README to reflect reality

parent 61e2a320
......@@ -28,7 +28,7 @@ Debian NM Front Desk web application
### First setup
./manage.py syncdb
./manage.py syncdb --migrate
### Fill in data
Visit https://nm.debian.org/am/db-export to download nm-mock.json; for privacy,
......@@ -48,7 +48,7 @@ https://nm.debian.org/am/db-export?full for a full database export.
### Run database maintenance
./manage.py maintenance
./manage.py housekeeping
### Run the web server
......@@ -59,7 +59,7 @@ https://nm.debian.org/am/db-export?full for a full database export.
You need to run periodic maintenance to check/regenerate the denormalised
fields:
./manage.py maintenance
./manage.py housekeeping
## Development
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment