Skip to content

Commit

Permalink
Change demo_app to un-depend django-reversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Sep 5, 2013
1 parent ab3ac91 commit c43a59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo_app/demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

'xadmin',
'crispy_forms',
'reversion',
#'reversion',

'app',
)
Expand Down
4 changes: 2 additions & 2 deletions demo_app/demo/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import xadmin
xadmin.autodiscover()

from xadmin.plugins import xversion
xversion.registe_models()
# from xadmin.plugins import xversion
# xversion.registe_models()

urlpatterns = patterns('',
url(r'', include(xadmin.site.urls)),
Expand Down

0 comments on commit c43a59c

Please sign in to comment.