urls.py 77 B

12345678910
  1. from django.conf.urls import url
  2. app_name = 'AppInfo'
  3. urlpatterns = [
  4. ]