Created
October 23, 2019 11:56
-
-
Save olegkovalov/8ea27c5149ba9fbe4e6e2d4aa71bf7f0 to your computer and use it in GitHub Desktop.
This file contains 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
urlpatterns = [ | |
path("admin/", admin.site.urls), | |
re_path(r'api/(?P<version>[v1|v2]+)/', include('django_blog.apps.blog.rest_api.urls')), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment