minor readme update

This commit is contained in:
Konstantin Martini 2015-01-03 03:14:53 +01:00
parent c3d3b208af
commit d9962471dd

View File

@ -8,17 +8,18 @@ We are developing a python3 django app.
Installation Installation
------------ ------------
On a Debian System install: On a Debian System install: python3-django sqlite
sudo aptitude install python3-django
Install suggested dependcies as well (sqlite). Install suggested dependcies as well (sqlite).
then run: then run (in the repo root):
python3 manage.py syncdb
python3 manage.py runserver
You can reach the server now via ./manage.py syncdb
http://127.0.0.1:8000/ create an admin user for the new django database, then run
./manage.py runserver
and you should already be able to access it at: http://localhost:8000/
If you don't know nothing about django yet, we strongly suggest you read the tutorial: If you don't know nothing about django yet, we strongly suggest you read the tutorial:
https://docs.djangoproject.com/en/1.7/intro/tutorial01/ https://docs.djangoproject.com/en/1.7/intro/tutorial01/