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
Commit
0d92152b
authored
Aug 16, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: disabled debug toolbar
parent
7a32c747
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cloud/settings/dev.py
+2
-2
No files found.
cloud/settings/dev.py
View file @
0d92152b
...
@@ -13,8 +13,8 @@ ADMINS = (
...
@@ -13,8 +13,8 @@ ADMINS = (
MANAGERS
=
(
MANAGERS
=
(
(
'Ory Mate'
,
'maat@localhost'
),
(
'Ory Mate'
,
'maat@localhost'
),
)
)
INSTALLED_APPS
+=
(
"debug_toolbar"
,
)
#
INSTALLED_APPS += ("debug_toolbar", )
MIDDLEWARE_CLASSES
+=
(
"debug_toolbar.middleware.DebugToolbarMiddleware"
,
)
#
MIDDLEWARE_CLASSES += ("debug_toolbar.middleware.DebugToolbarMiddleware", )
INTERNAL_IPS
=
[(
'2001:738:2001:4031:5:253:
%
d:0'
%
i
)
for
i
in
xrange
(
1
,
100
)]
INTERNAL_IPS
=
[(
'2001:738:2001:4031:5:253:
%
d:0'
%
i
)
for
i
in
xrange
(
1
,
100
)]
INTERNAL_IPS
+=
[(
'10.5.253.
%
d'
%
i
)
for
i
in
xrange
(
1
,
100
)]
INTERNAL_IPS
+=
[(
'10.5.253.
%
d'
%
i
)
for
i
in
xrange
(
1
,
100
)]
CRISPY_FAIL_SILENTLY
=
False
CRISPY_FAIL_SILENTLY
=
False
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