Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created May 4, 2020 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/7008b3c6a1d54f468775252b937c0498 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/7008b3c6a1d54f468775252b937c0498 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('', include('chat.urls')),
path('admin/', admin.site.urls),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment