Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
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
88998966
authored
Apr 15, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
django: proper settings import
parent
f134e240
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
firewall/fw.py
+1
-1
firewall/models.py
+1
-1
firewall/tasks.py
+1
-1
one/models.py
+1
-1
one/views.py
+1
-1
store/api.py
+1
-1
No files found.
firewall/fw.py
View file @
88998966
from
django.contrib
import
auth
from
firewall
import
models
import
os
from
cloud
.settings
import
firewall_settings
as
settings
from
django.conf
.settings
import
firewall_settings
as
settings
import
subprocess
import
re
...
...
firewall/models.py
View file @
88998966
...
...
@@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _
from
firewall.fields
import
*
from
south.modelsinspector
import
add_introspection_rules
from
django.core.validators
import
MinValueValidator
,
MaxValueValidator
from
cloud
.settings
import
firewall_settings
as
settings
from
django.conf
.settings
import
firewall_settings
as
settings
from
django.db.models.signals
import
post_save
import
re
import
random
...
...
firewall/tasks.py
View file @
88998966
...
...
@@ -4,7 +4,7 @@ from django.core.cache import cache
import
os
import
time
from
firewall.fw
import
*
from
cloud
.settings
import
firewall_settings
as
settings
from
django.conf
.settings
import
firewall_settings
as
settings
@celery.task
def
reload_dns_task
(
data
):
...
...
one/models.py
View file @
88998966
...
...
@@ -18,7 +18,7 @@ from firewall.models import Host, Rule, Vlan, Record
from
school.models
import
Person
,
Group
from
store.api
import
StoreApi
from
.util
import
keygen
from
cloud
.settings
import
CLOUD_URL
from
django.conf
.settings
import
CLOUD_URL
logger
=
logging
.
getLogger
(
__name__
)
pwgen
=
User
.
objects
.
make_random_password
...
...
one/views.py
View file @
88998966
...
...
@@ -20,7 +20,7 @@ from django.utils.translation import ugettext_lazy as _
from
django.views.decorators.http
import
*
from
django.views.generic
import
*
from
firewall.tasks
import
*
from
cloud
.settings
import
store_settings
from
django.conf
.settings
import
store_settings
from
one.models
import
*
from
school.models
import
*
import
django.contrib.auth
as
auth
...
...
store/api.py
View file @
88998966
from
django.db
import
models
from
django.http
import
Http404
import
json
,
requests
,
time
from
cloud
.settings
import
store_settings
as
settings
from
django.conf
.settings
import
store_settings
as
settings
# Create your models here.
#TODO Handle exceptions locally
...
...
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