Skip to content
Snippets Groups Projects
Commit 82b4bc90 authored by Ben Adida's avatar Ben Adida
Browse files

continued porting

parent 6686e802
No related branches found
No related tags found
No related merge requests found
Subproject commit 8006892dcb25be15a69210208bed027ba1280ed3
Subproject commit dc7922317e63b9f7546ed21c923427eb865d09c2
......@@ -7,8 +7,10 @@ urlpatterns = patterns(
'',
(r'^auth/', include('auth.urls')),
(r'^helios/', include('helios.urls')),
# SHOULD BE REPLACED BY APACHE STATIC PATH
(r'booth/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/heliosbooth'}),
(r'static/auth/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/auth/media'}),
(r'static/helios/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/helios/media'}),
(r'static/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/server_ui/media'}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment