aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-12-02 23:06:14 -0500
committerbnewbold <bnewbold@ziggy.(none)>2009-12-02 23:06:14 -0500
commit8583fbd9da7a7c9f8e8935368c3b106950e1ccca (patch)
tree152c94dd5357056194ea07f1be66b22fbfda7788 /bn_django
parentcfc51b7b1cc7187f78f36a0bc02f09df4b8855d2 (diff)
downloadbnewnet-8583fbd9da7a7c9f8e8935368c3b106950e1ccca.tar.gz
bnewnet-8583fbd9da7a7c9f8e8935368c3b106950e1ccca.zip
right urls file, again
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/urls.py.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/urls.py.example b/bn_django/urls.py.example
index 775b8d4..df261c7 100644
--- a/bn_django/urls.py.example
+++ b/bn_django/urls.py.example
@@ -1,6 +1,6 @@
from django.conf import settings
from django.conf.urls.defaults import *
-from photos.models import Photo
+from photos.models import Photo, Gallery
from django.contrib.comments.models import Comment
from django.contrib import admin
import git_wiki.models