Skip to content
Snippets Groups Projects
Commit 948ddfa0 authored by Chris Heitkamp / SuperVirus's avatar Chris Heitkamp / SuperVirus Committed by Chris Heitkamp
Browse files

warpshop_server: Zwischenstand

parent f75fa895
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,10 @@ urlpatterns = patterns('', ...@@ -19,6 +19,10 @@ urlpatterns = patterns('',
# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
url(r'^admin/', include(admin.site.urls)), url(r'^admin/', include(admin.site.urls)),
url(r'^artikel/', include('artikel.urls', namespace='artikel')),
url(r'^benutzer/', include('benutzer.urls', namespace='benutzer')),
url(r'^transaktion/', include('transaktion.urls', namespace='transaktion')),
) )
# Uncomment the next line to serve media files in dev. # Uncomment the next line to serve media files in dev.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment