Created
March 28, 2020 16:21
-
-
Save RoySegall/975a4a54a64f892408add1d4e2072fcb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.contrib import admin | |
from django.urls import path, include | |
from decorated_router.api.api import auto_register | |
urlpatterns = [ | |
path('admin/', admin.site.urls), | |
] | |
auto_register(urlpatterns) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment