mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 07:39:16 +02:00
See #297: sorted config imports
This commit is contained in:
parent
799386c2b6
commit
ab80dffeea
7 changed files with 14 additions and 19 deletions
|
@ -5,8 +5,8 @@ from django.conf import settings
|
|||
from django.conf.urls import include, url
|
||||
from django.conf.urls.static import static
|
||||
from django.contrib import admin
|
||||
from django.views.generic import TemplateView
|
||||
from django.views import defaults as default_views
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
urlpatterns = [
|
||||
# Django Admin, use {% url 'admin:index' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue