Remove custom CSS from base.html
This commit is contained in:
parent
c8a0882b31
commit
b76d4d69e0
14 changed files with 165 additions and 101 deletions
|
|
@ -14,9 +14,8 @@ urlpatterns = [
|
|||
path('note/', include('note.urls')),
|
||||
|
||||
# Include Django Contrib and Core routers
|
||||
# admin/login/ is redirected to the non-admin login page
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
path('accounts/',include('member.urls')),
|
||||
path('accounts/', include('member.urls')),
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue