diff options
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"), ) |