- forum with user pictures
- archive function
This commit is contained in:
Martin Bauer
2013-09-15 12:29:56 +02:00
parent d5f461181d
commit f0746172ec
17 changed files with 245 additions and 15 deletions

View File

@@ -53,8 +53,8 @@ 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 = ''
MEDIA_ROOT = PROJECT_PATH + "/../media/"
##MEDIA_ROOT = '/'
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.
@@ -149,6 +149,7 @@ INSTALLED_APPS = (
'intern_area',
'website',
'rest_framework',
'messages',
)