added redirection from / to /comic/

This commit is contained in:
2015-06-24 09:45:50 +01:00
parent b7dcdc5d94
commit 8a99514c18
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
from django.shortcuts import render, redirect
from django.shortcuts import RequestContext
from django.shortcuts import render, redirect, RequestContext
from django.contrib.auth import authenticate, login, logout