diff --git a/Readme.md b/Readme.md index 4fc4000..698d987 100644 --- a/Readme.md +++ b/Readme.md @@ -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/