Missed an import
This commit is contained in:
parent
22680dd663
commit
e52dbd9c54
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
from django.conf import settings
|
||||
from django.conf.urls import include, url
|
||||
from django.conf.urls.static import static
|
||||
from django.views.generic import RedirectView
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
from django.contrib import admin
|
||||
|
|
Loading…
Reference in a new issue