Skip to content

Instantly share code, notes, and snippets.

@yerkbn
Created April 16, 2019 10:06
Show Gist options
  • Save yerkbn/5eacf049495e9cfd4819765726b94e62 to your computer and use it in GitHub Desktop.
Save yerkbn/5eacf049495e9cfd4819765726b94e62 to your computer and use it in GitHub Desktop.
from django.urls import path
from . import views
urlpatterns = [
path('classify/', views.classify),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment