Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created July 11, 2019 13:01
Show Gist options
  • Select an option

  • Save aballah-chamakh/ecf9e46bd8596feeaedc895d05595c35 to your computer and use it in GitHub Desktop.

Select an option

Save aballah-chamakh/ecf9e46bd8596feeaedc895d05595c35 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from django.urls import path,include
from rest_framework_jwt.views import obtain_jwt_token,refresh_jwt_token
# from Door import urls as DoorUrls
urlpatterns = [
path('admin/', admin.site.urls),
path('api/',include('account.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment