Commit c803792f by Bence Dányi

firewall_gui: enable app

parent 50b44eb6
......@@ -88,6 +88,7 @@ STATICFILES_DIRS = (
# Don't forget to use absolute paths, not relative paths.
'/opt/webadmin/cloud/one/static',
'/opt/webadmin/cloud/cloud/static',
'/opt/webadmin/cloud/firewall_gui/static',
)
# List of finder classes that know how to find static files in
......@@ -156,6 +157,7 @@ INSTALLED_APPS = (
'cloud',
'store',
'firewall',
'firewall_gui',
'south',
'djcelery',
'kombu.transport.django',
......
......@@ -92,4 +92,6 @@ urlpatterns = patterns('',
url(r'^stat/$', 'one.views.stat'),
url(r'^sites/(?P<site>[a-zA-Z0-9]+)/$', 'one.views.sites'),
url(r'^accounts/(?P<site>profile)/$', 'one.views.sites'),
url(r'^firewall/$', 'firewall_gui.views.index'),
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment