Last active
June 28, 2021 23:16
-
-
Save WillianFuks/501ef81217c7183c42c52fbc7ae8a38e 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
| # ./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