summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-03-08 00:38:48 -0800
committereliott <eliott@cactuswax.net>2008-03-08 00:38:48 -0800
commitde83fbe804c17b58b0a5a98af3ab279bc66a7c21 (patch)
tree584fabbd2e5efad5ffe80af12a20697881e86177 /urls.py
parent9063b52ba509936c0f047840b54b97b33a168f5d (diff)
downloadarchweb-de83fbe804c17b58b0a5a98af3ab279bc66a7c21.tar.gz
archweb-de83fbe804c17b58b0a5a98af3ab279bc66a7c21.zip
cleanup
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index ed6373a5..c08a8775 100644
--- a/urls.py
+++ b/urls.py
@@ -1,6 +1,6 @@
from django.conf.urls.defaults import *
from django.conf import settings
-from archweb_dev.news.models import News
+from archweb_dev.main.models import News
from django.views.decorators.cache import cache_page
urlpatterns = patterns('',