Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by Cole ( 6 years ago )
from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]
Revise this Paste