Eventplanner

- create
- delete

- added time and date picker
This commit is contained in:
Martin Bauer
2013-09-13 21:04:59 +02:00
parent e2d98d9962
commit d5f461181d
14 changed files with 2166 additions and 68 deletions

View File

@@ -54,7 +54,7 @@ USE_TZ = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/var/www/example.com/media/"
#MEDIA_ROOT = PROJECT_PATH + "/media/"
MEDIA_ROOT = '/home/martin/workspace/blechreiz/media/'
MEDIA_ROOT = ''
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.