| author | ymh <ymh.work@gmail.com> |
| Mon, 08 Jun 2015 10:33:03 +0200 | |
| changeset 137 | 066bff01ba84 |
| parent 136 | 8006156f6a9a |
| child 138 | 61d685cc7106 |
--- a/server/ammicosrv/urls.py Mon Jun 08 09:50:52 2015 +0200 +++ b/server/ammicosrv/urls.py Mon Jun 08 10:33:03 2015 +0200 @@ -5,5 +5,5 @@ urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), - url(r'^ammico/', include('ammico.urls')), -) \ No newline at end of file + url(r'^ammico/', include('ammicosrv.ammico.urls')), +)