clean unused imports
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
from django.db import models
|
from django.db import models
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from datetime import timedelta
|
|
||||||
from webapp.utils import month_from_now
|
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
from auditlog.registry import auditlog
|
|
||||||
from phonenumber_field.modelfields import PhoneNumberField
|
|
||||||
from webapp.models import BaseRole
|
from webapp.models import BaseRole
|
||||||
import logging
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Move BaseRole to Kaehmt App; will fuck up the DB since table is removed, if no data migration is done before-hand.
|
# TODO: Move BaseRole to Kaehmt App; will fuck up the DB since table is removed, if no data migration is done before-hand.
|
||||||
|
|||||||
@@ -23,10 +23,6 @@ from django.conf import settings
|
|||||||
from django.contrib.staticfiles import views as static_views
|
from django.contrib.staticfiles import views as static_views
|
||||||
from django.views.generic.base import RedirectView
|
from django.views.generic.base import RedirectView
|
||||||
|
|
||||||
import webapp.urls
|
|
||||||
import infoscreen.urls
|
|
||||||
import members.urls
|
|
||||||
|
|
||||||
favicon_view = RedirectView.as_view(
|
favicon_view = RedirectView.as_view(
|
||||||
url='static/img/favicon.png', permanent=True)
|
url='static/img/favicon.png', permanent=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user