From 611779ce76da8e31bcab3e60c8464a0d348dd438 Mon Sep 17 00:00:00 2001 From: Skia Date: Tue, 24 Nov 2015 10:55:15 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a748d380..02374dbe 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ To start working on the project, just run the following commands: cd Sith python3 manage.py migrate +To load some initial data in the core: + + python3 manage.py loaddata core/fixtures/*.json + You will be prompted for your Gitlab account, so you need some. To start the debug server, just run `python3 manage.py runserver` @@ -15,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) \ No newline at end of file +DBMS for production (Postgresql for example)