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():