diff --git a/README b/README index 63835bdb..515641ce 100644 --- a/README +++ b/README @@ -12,9 +12,14 @@ Dependencies can be installed with pip, $ pip install -r requirements.txt -It's then required to get the database configured (./manage.py syncdb); by +It's then required to get the database configured (./manage.py migrate); by default it will create a db.sqlite3 file. +You can then run the Django test server for a quick try (you should refer to +the Django documentation for production deployments). + + $ ./manage.py runserver + Architecture ------------