remove stronghold before new permissions system
This commit is contained in:
parent
9fda2b9158
commit
401bee8e1c
3 changed files with 0 additions and 6 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue