Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update site to current app and Django versions
  • Loading branch information
emesik committed Feb 21, 2013
1 parent 162cd84 commit 8a8a840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion settings.py
Expand Up @@ -115,7 +115,6 @@
DJIKI_PARSER = 'djiki.parsers.wikicreole' DJIKI_PARSER = 'djiki.parsers.wikicreole'


DJIKI_IMAGES_PATH = 'djimages/' # relative to MEDIA_ROOT DJIKI_IMAGES_PATH = 'djimages/' # relative to MEDIA_ROOT
DJIKI_ALLOW_ANONYMOUS_EDITS = True
DJIKI_AUTHORIZATION_BACKEND = 'djiki.auth.base.OnlyAuthenticatedEdits' DJIKI_AUTHORIZATION_BACKEND = 'djiki.auth.base.OnlyAuthenticatedEdits'


# The following switch will make all whitespaces appear as underscores # The following switch will make all whitespaces appear as underscores
Expand Down
2 changes: 1 addition & 1 deletion urls.py
@@ -1,5 +1,5 @@
from django.conf import settings from django.conf import settings
from django.conf.urls.defaults import * from django.conf.urls import patterns, include
from django.views.generic import RedirectView from django.views.generic import RedirectView


urlpatterns = patterns('', urlpatterns = patterns('',
Expand Down

0 comments on commit 8a8a840

Please sign in to comment.