Fixes
- no gallery (makes problems on server) - correct URL in mail - events grid -> tighter display
This commit is contained in:
@@ -72,7 +72,7 @@ MEDIA_URL = '/media/'
|
||||
# Don't put anything in this directory yourself; store your static files
|
||||
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
|
||||
# Example: "/var/www/example.com/static/"
|
||||
STATIC_ROOT = '/'
|
||||
STATIC_ROOT = PROJECT_PATH + '/static_collection'
|
||||
|
||||
# URL prefix for static files.
|
||||
# Example: "http://example.com/static/", "http://static.example.com/"
|
||||
@@ -159,9 +159,9 @@ INSTALLED_APPS = (
|
||||
'simpleforum', # Messages ( Forum )
|
||||
'location_field', # custom location field used in Event Management
|
||||
|
||||
'imagestore',
|
||||
'sorl.thumbnail',
|
||||
'tagging'
|
||||
#'imagestore',
|
||||
#'sorl.thumbnail',
|
||||
#'tagging'
|
||||
)
|
||||
|
||||
IMAGESTORE_TEMPLATE = "website/base.html"
|
||||
|
||||
Reference in New Issue
Block a user