diff options
author | Nishanth Amuluru | 2011-01-07 09:44:52 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 09:44:52 +0530 |
commit | 2e1fe91da9ecd64afa999b4f79c968afbeccace2 (patch) | |
tree | e7ed26a38e7575caf1dcd4483b1a5eed28032b7c /urls.py | |
parent | 304198a85ad3941219a8e72c6b3efc1f3f6c1fcc (diff) | |
download | pytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.tar.gz pytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.tar.bz2 pytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.zip |
added a url for the site
Diffstat (limited to 'urls.py')
-rwxr-xr-x | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,4 +13,5 @@ urlpatterns = patterns('', # Uncomment the next line to enable the admin: # (r'^admin/', include(admin.site.urls)), + url(r'localhost:8000', None, name="site"), ) |