fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More changes to the REST API.
[redakcja.git]
/
project
/
settings.py
diff --git
a/project/settings.py
b/project/settings.py
index
b2c7f85
..
1a06476
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-82,7
+82,7
@@
MIDDLEWARE_CLASSES = (
ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
- PROJECT_ROOT + '/templates'
+ PROJECT_ROOT + '/templates'
,
)
# CSS and JS files to compress
@@
-113,6
+113,8
@@
INSTALLED_APPS = (
'explorer',
'toolbar',
+ 'api',
+ 'wysiwyg',
)