fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reversion
[redakcja.git]
/
src
/
redakcja
/
settings
/
__init__.py
diff --git
a/src/redakcja/settings/__init__.py
b/src/redakcja/settings/__init__.py
index
61a80c8
..
b204d0a
100644
(file)
--- a/
src/redakcja/settings/__init__.py
+++ b/
src/redakcja/settings/__init__.py
@@
-70,6
+70,7
@@
ROOT_URLCONF = 'redakcja.urls'
INSTALLED_APPS = (
'modeltranslation',
+ 'reversion',
'django.contrib.auth',
'django.contrib.contenttypes',
@@
-107,6
+108,8
@@
INSTALLED_APPS = (
'wlxml.apps.WlxmlConfig',
'alerts',
'team',
+ 'sources',
+ 'isbn',
)
if DEBUG: