Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gyuricska Milán
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
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
b52d66b5
authored
Jun 25, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: install app&urls
parent
739f7433
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
cloud/settings/base.py
+1
-0
cloud/urls.py
+3
-0
No files found.
cloud/settings/base.py
View file @
b52d66b5
...
...
@@ -154,6 +154,7 @@ INSTALLED_APPS = (
'django.contrib.admindocs'
,
'one'
,
'school'
,
'network'
,
'cloud'
,
'store'
,
'firewall'
,
...
...
cloud/urls.py
View file @
b52d66b5
...
...
@@ -6,6 +6,7 @@ admin.autodiscover()
import
one.views
import
firewall_gui.urls
# import store.views
import
network.urls
js_info_dict
=
{
'packages'
:
(
'one'
,
),
...
...
@@ -15,6 +16,8 @@ urlpatterns = patterns('',
url
(
r'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
),
),
url
(
r'^admin/'
,
include
(
admin
.
site
.
urls
),
),
url
(
r'^network/'
,
include
(
network
.
urls
),
),
url
(
r'^login/$'
,
'school.views.login'
,
name
=
'login'
,
),
url
(
r'^logout/$'
,
'school.views.logout'
,
name
=
'logout'
,
),
...
...
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