Commit 928e0ef759f4bf861dd7b1c0728002f56c32a6c8

Authored by Sergio Oliveira
1 parent a28d5fbd

Adding static_root config

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/colab/custom_settings.py
@@ -128,6 +128,8 @@ STATICFILES_DIRS = ( @@ -128,6 +128,8 @@ STATICFILES_DIRS = (
128 os.path.join(BASE_DIR, 'colab', 'static'), 128 os.path.join(BASE_DIR, 'colab', 'static'),
129 ) 129 )
130 130
  131 +STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www')
  132 +
131 from feedzilla.settings import * 133 from feedzilla.settings import *
132 FEEDZILLA_PAGE_SIZE = 5 134 FEEDZILLA_PAGE_SIZE = 5
133 FEEDZILLA_SITE_TITLE = gettext(u'Planet Colab') 135 FEEDZILLA_SITE_TITLE = gettext(u'Planet Colab')