readme update

This commit is contained in:
Konstantin Martini 2015-01-03 03:59:08 +01:00
parent d9962471dd
commit c9ab2280fc
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ create an admin user for the new django database, then run
and you should already be able to access it at: http://localhost:8000/
Now all that's left is to add drinkers and drinks via the admin panel.
Access it at http://localhost:8000/admin/ (don't miss the last slash)
and add at least one drinker and one drink using the admin user you just created.
The (bar-)codes need to be numeric values (\d+ regex in urls.py, may change in the future).
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/