|
@@ -81,7 +81,7 @@ MEDIA_URL = ''
|
|
|
# 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 = os.path.join(BASE_DIR, 'static/')
|
|
|
|
|
|
# URL prefix for static files.
|
|
|
# Example: "http://example.com/static/", "http://static.example.com/"
|
|
@@ -146,6 +146,7 @@ INSTALLED_APPS = (
|
|
|
'south',
|
|
|
'ldapdb', # LDAP as database backend
|
|
|
'autocomplete_light', #Automagic autocomplete foreingkey form component
|
|
|
+ 'coin',
|
|
|
'coin.members',
|
|
|
'coin.offers',
|
|
|
'coin.billing',
|