redirect /project/ to /project/issues/
This commit is contained in:
parent
b0505a4c51
commit
ba8639f49d
3 changed files with 12 additions and 5 deletions
|
@ -69,6 +69,11 @@ def project_list(request):
|
|||
return render(request, 'tracker/project_list.html')
|
||||
|
||||
|
||||
def project_redirect(request, project):
|
||||
|
||||
return redirect('list-issue', project.name)
|
||||
|
||||
|
||||
@project_perm_required('create_project')
|
||||
def project_add(request):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue