diff options
author | nishanth | 2010-02-12 23:30:57 +0530 |
---|---|---|
committer | nishanth | 2010-02-12 23:30:57 +0530 |
commit | 1827ffcb4c21551df3f36dd990981846cfeba6dd (patch) | |
tree | 536382236caf63960ba30fdf1f66cdd8558c3730 /urls.py | |
parent | ae22a79131a2e6decccd0a9542c578d17dbc0000 (diff) | |
download | pytask-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |