From ce8ceb80d63ffbba36a1ea2cdc37b9b5059ee99a Mon Sep 17 00:00:00 2001 From: Skia Date: Tue, 24 Nov 2015 10:57:30 +0100 Subject: [PATCH] Update README again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02374dbe..17ccc983 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To start working on the project, just run the following commands: To load some initial data in the core: - python3 manage.py loaddata core/fixtures/*.json + python3 manage.py loaddata users pages You will be prompted for your Gitlab account, so you need some. @@ -19,4 +19,4 @@ To start the debug server, just run `python3 manage.py runserver` * Django The development is done with sqlite, but it is advised to set a more robust -DBMS for production (Postgresql for example) +DBMS for production (Postgresql for example) \ No newline at end of file