Skip to content

Instantly share code, notes, and snippets.

@WillianFuks
Last active June 28, 2021 23:16
Show Gist options
  • Select an option

  • Save WillianFuks/501ef81217c7183c42c52fbc7ae8a38e to your computer and use it in GitHub Desktop.

Select an option

Save WillianFuks/501ef81217c7183c42c52fbc7ae8a38e to your computer and use it in GitHub Desktop.
# ./djwto_project/urls.py
from django.urls import path, include
urlpatterns = [
path('', include('djwto.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment