Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
605c98d5
authored
May 07, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circle: move statici18n from local to base settings
parent
dfe79e0e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
circle/circle/settings/base.py
+1
-0
circle/circle/settings/local.py
+0
-5
requirements/base.txt
+2
-1
requirements/local.txt
+0
-1
No files found.
circle/circle/settings/base.py
View file @
605c98d5
...
...
@@ -253,6 +253,7 @@ THIRD_PARTY_APPS = (
'djcelery'
,
'sizefield'
,
'taggit'
,
'statici18n'
,
)
# Apps specific for this project go here.
...
...
circle/circle/settings/local.py
View file @
605c98d5
...
...
@@ -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"
,
)
requirements/base.txt
View file @
605c98d5
...
...
@@ -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
...
...
requirements/local.txt
View file @
605c98d5
...
...
@@ -3,4 +3,3 @@
coverage==3.7.1
django-debug-toolbar==1.1
Sphinx==1.2.2
django-statici18n==1.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment