summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-08 00:42:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-08 00:42:08 -0400
commit2c2308ad323362ed6f8765e79c781412f6827157 (patch)
treeecfb59dc0eb8592b0173859527a2c96611d8485b /urls.py
parentdbc9e355d821c380d4492ec878646bd46b8f0dfc (diff)
downloadaskbot-2c2308ad323362ed6f8765e79c781412f6827157.tar.gz
askbot-2c2308ad323362ed6f8765e79c781412f6827157.tar.bz2
askbot-2c2308ad323362ed6f8765e79c781412f6827157.zip
added vote rule and minimum rep settings
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/urls.py b/urls.py
index 4fb65435..8c349456 100644
--- a/urls.py
+++ b/urls.py
@@ -1,7 +1,8 @@
-from django.conf.urls.defaults import *
-from django.utils.translation import ugettext as _
+"""
+main url configuration file for the askbot site
+"""
+from django.conf.urls.defaults import patterns, include, url
from django.conf import settings
-import livesettings
from django.contrib import admin
admin.autodiscover()