Re: Django Reference Manual on what classes can be used with views, urls, etc...

2020-06-24 Thread Dennis Triplett
Thank you Cbh Bnh... I need to know what commands are available in Django and this is exactly what I was looking for. Thanks again. On Tuesday, June 23, 2020 at 5:44:46 PM UTC-7, Dennis Triplett wrote: > > I have been looking for a Django Reference Manual to let me know what > cl

Django Reference Manual on what classes can be used with views, urls, etc...

2020-06-23 Thread Dennis Triplett
I have been looking for a Django Reference Manual to let me know what classes, or Djanago tools are allowed in its calling syntax... Example from django.urls import path from MyApplication import views What I am looking for is an explanation of what things can be imported with URLS, VIEWS