Move index.md to docs dir
This commit is contained in:
parent
dc3d4b647e
commit
8e52aad828
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
from django.contrib import messages
|
||||
from django.contrib.auth.decorators import login_required, user_passes_test
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render, redirect, get_object_or_404
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import get_object_or_404, redirect, render
|
||||
|
||||
from todo.models import Task, TaskList
|
||||
from todo.utils import staff_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue