summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authornishanth2010-02-12 23:30:57 +0530
committernishanth2010-02-12 23:30:57 +0530
commit1827ffcb4c21551df3f36dd990981846cfeba6dd (patch)
tree536382236caf63960ba30fdf1f66cdd8558c3730 /urls.py
parentae22a79131a2e6decccd0a9542c578d17dbc0000 (diff)
downloadpytask-1827ffcb4c21551df3f36dd990981846cfeba6dd.tar.gz
pytask-1827ffcb4c21551df3f36dd990981846cfeba6dd.tar.bz2
pytask-1827ffcb4c21551df3f36dd990981846cfeba6dd.zip
added help_text and verbose_name to models where required and removed import of seed_db from urls.py
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index f26d454..02d7e5b 100644
--- a/urls.py
+++ b/urls.py
@@ -7,7 +7,6 @@ admin.autodiscover()
from pytask.taskapp.views import user as userViews
from pytask.taskapp.views import task as taskViews
-from pytask.taskapp.utils.seed_db import seed_db
urlpatterns = patterns('',
# Example: