Merge branch 'master' into database

This commit is contained in:
Konstantin Martini 2015-01-03 14:17:50 +01:00
commit 721d66d762
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ 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).
Alternatively you can pull out mate.sqlite3 from the 'database' branch, which already
contains some drinkers and drinks.
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/