Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created May 4, 2020 04:43
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/075a658bc9a678c361e83809daddd1dd to your computer and use it in GitHub Desktop.
Save BrightnBubbly/075a658bc9a678c361e83809daddd1dd to your computer and use it in GitHub Desktop.
from django.urls import path
from . import views
urlpatterns = [
path('join', views.init, name='join'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment