Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
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
Commit
9a844d79
authored
Oct 07, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "install guardian"
This reverts commit
2866b4e3
. Conflicts: circle/circle/settings/base.py
parent
883d6de6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
circle/circle/settings/base.py
+0
-8
requirements/base.txt
+0
-1
No files found.
circle/circle/settings/base.py
View file @
9a844d79
...
...
@@ -224,7 +224,6 @@ THIRD_PARTY_APPS = (
'django_tables2'
,
'crispy_forms'
,
'djcelery'
,
'guardian'
,
'sizefield'
,
)
...
...
@@ -306,13 +305,6 @@ VM_ACCESS_PROTOCOLS = loads(get_env_variable('DJANGO_VM_ACCESS_PROTOCOLS',
"ssh": ["SSH", 22, "tcp"]}'''
))
VM_SCHEDULER
=
'manager.scheduler'
# Enable Guardian
AUTHENTICATION_BACKENDS
=
(
'django.contrib.auth.backends.ModelBackend'
,
# django default
'guardian.backends.ObjectPermissionBackend'
,
)
ANONYMOUS_USER_ID
=
-
1
# Set up periodic firewall tasks
CELERYBEAT_SCHEDULE
=
{
'blabla'
:
{
...
...
requirements/base.txt
View file @
9a844d79
...
...
@@ -4,7 +4,6 @@ celery==3.0.23
django-braces==1.2.2
django-celery==3.0.23
django-crispy-forms==1.4.0
django-guardian==1.1.1
django-model-utils==1.4.0
django-sizefield==0.4
django-tables2==0.14.0
...
...
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