Commit 605c98d5 by Kálmán Viktor

circle: move statici18n from local to base settings

parent dfe79e0e
......@@ -253,6 +253,7 @@ THIRD_PARTY_APPS = (
'djcelery',
'sizefield',
'taggit',
'statici18n',
)
# Apps specific for this project go here.
......
......@@ -95,8 +95,3 @@ for i in LOCAL_APPS:
LOGGING['loggers'][i] = {'handlers': ['console'], 'level': 'DEBUG'}
CRISPY_FAIL_SILENTLY = not DEBUG
# generate new static js i18n files only on devenv
INSTALLED_APPS += (
"statici18n",
)
......@@ -3,14 +3,15 @@ anyjson==0.3.3
billiard==3.3.0.17
bpython==0.12
celery==3.1.11
Django==1.6.3
django-braces==1.4.0
django-celery==3.1.10
django-crispy-forms==1.4.0
django-model-utils==2.0.3
django-sizefield==0.4
django-statici18n==1.1
django-tables2==0.15.0
django-taggit==0.12
Django==1.6.3
docutils==0.11
Jinja2==2.7.2
kombu==3.0.15
......
......@@ -3,4 +3,3 @@
coverage==3.7.1
django-debug-toolbar==1.1
Sphinx==1.2.2
django-statici18n==1.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment