Update README

This commit is contained in:
Skia 2015-11-24 10:55:15 +01:00
parent 9a9541088d
commit 611779ce76

View File

@ -7,6 +7,10 @@ To start working on the project, just run the following commands:
cd Sith cd Sith
python3 manage.py migrate 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. You will be prompted for your Gitlab account, so you need some.
To start the debug server, just run `python3 manage.py runserver` 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 * Django
The development is done with sqlite, but it is advised to set a more robust 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)