Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
c803792f
authored
Apr 23, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: enable app
parent
50b44eb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
cloud/settings/base.py
+2
-0
cloud/urls.py
+2
-0
No files found.
cloud/settings/base.py
View file @
c803792f
...
@@ -88,6 +88,7 @@ STATICFILES_DIRS = (
...
@@ -88,6 +88,7 @@ STATICFILES_DIRS = (
# Don't forget to use absolute paths, not relative paths.
# Don't forget to use absolute paths, not relative paths.
'/opt/webadmin/cloud/one/static'
,
'/opt/webadmin/cloud/one/static'
,
'/opt/webadmin/cloud/cloud/static'
,
'/opt/webadmin/cloud/cloud/static'
,
'/opt/webadmin/cloud/firewall_gui/static'
,
)
)
# List of finder classes that know how to find static files in
# List of finder classes that know how to find static files in
...
@@ -156,6 +157,7 @@ INSTALLED_APPS = (
...
@@ -156,6 +157,7 @@ INSTALLED_APPS = (
'cloud'
,
'cloud'
,
'store'
,
'store'
,
'firewall'
,
'firewall'
,
'firewall_gui'
,
'south'
,
'south'
,
'djcelery'
,
'djcelery'
,
'kombu.transport.django'
,
'kombu.transport.django'
,
...
...
cloud/urls.py
View file @
c803792f
...
@@ -92,4 +92,6 @@ urlpatterns = patterns('',
...
@@ -92,4 +92,6 @@ urlpatterns = patterns('',
url
(
r'^stat/$'
,
'one.views.stat'
),
url
(
r'^stat/$'
,
'one.views.stat'
),
url
(
r'^sites/(?P<site>[a-zA-Z0-9]+)/$'
,
'one.views.sites'
),
url
(
r'^sites/(?P<site>[a-zA-Z0-9]+)/$'
,
'one.views.sites'
),
url
(
r'^accounts/(?P<site>profile)/$'
,
'one.views.sites'
),
url
(
r'^accounts/(?P<site>profile)/$'
,
'one.views.sites'
),
url
(
r'^firewall/$'
,
'firewall_gui.views.index'
),
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment