From 841a5121c81a52f50bfbee8ec35f248b48d0b033 Mon Sep 17 00:00:00 2001 From: Konstantin Martini Date: Sat, 3 Jan 2015 14:17:38 +0100 Subject: [PATCH] update readme --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 698d987..7b3237c 100644 --- a/Readme.md +++ b/Readme.md @@ -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/