Skip to content

Instantly share code, notes, and snippets.

@olegkovalov
Created October 23, 2019 11:56
Show Gist options
  • Save olegkovalov/8ea27c5149ba9fbe4e6e2d4aa71bf7f0 to your computer and use it in GitHub Desktop.
Save olegkovalov/8ea27c5149ba9fbe4e6e2d4aa71bf7f0 to your computer and use it in GitHub Desktop.
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