Forum
- forum with user pictures - archive function
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user