remove stronghold before new permissions system

This commit is contained in:
Élie Bouttier 2014-08-07 08:12:48 -07:00
parent 9fda2b9158
commit 401bee8e1c
3 changed files with 0 additions and 6 deletions

View file

@ -2,15 +2,12 @@ from django.shortcuts import render, redirect, get_object_or_404
from django.contrib import messages
from django.core.exceptions import ObjectDoesNotExist
from stronghold.decorators import public
from issue.models import *
from issue.forms import *
import shlex
@public
def project_list(request):
if not Project.objects.exists():

View file

@ -39,7 +39,6 @@ INSTALLED_APPS = (
'django.contrib.humanize',
'stronghold',
'django_markdown',
'bootstrap3_datetime',
'crispy_forms',
@ -56,7 +55,6 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'stronghold.middleware.LoginRequiredMiddleware',
)
ROOT_URLCONF = 'ponytracker.urls'

View file

@ -4,5 +4,4 @@ django-bootstrap3-datetimepicker==2.2.3
django-colorful==1.0.1
django-crispy-forms==1.4.0
django-markdown==0.6.1
django-stronghold==0.2.6
pyinotify==0.9.4