git://git.onelab.eu
/
unfold.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35b729
)
added rest application
author
Ciro Scognamiglio
<ciro.scognamiglio@cslash.net>
Tue, 25 Feb 2014 18:06:46 +0000
(19:06 +0100)
committer
Ciro Scognamiglio
<ciro.scognamiglio@cslash.net>
Tue, 25 Feb 2014 18:06:46 +0000
(19:06 +0100)
myslice/settings.py
patch
|
blob
|
history
diff --git
a/myslice/settings.py
b/myslice/settings.py
index
3d8559c
..
9c8ab57
100644
(file)
--- a/
myslice/settings.py
+++ b/
myslice/settings.py
@@
-216,6
+216,7
@@
INSTALLED_APPS = [
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'portal',
+ 'rest',
]
for aux in auxiliaries:
if os.path.isdir(os.path.join(ROOT,aux)):