mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
5 lines
117 B
Python
5 lines
117 B
Python
from django.conf.urls import url
|
|
from django.contrib import admin
|
|
|
|
|
|
urlpatterns = [url(r"^admin/", admin.site.urls)]
|