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 > 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, HTTP > > There are other classes each can use, but I have not been able to find any > source or book > > that outlines all the classes or commands that can be used in Django > statements using... > > From django.xxx import.yyy. > > > I hope I am making myself understood. > > > Does anyone have suggestions on sites, documents, or books that I can use as > a reference source? > > > Thanks in advance for fielding my newbie question. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c68ae913-daf4-4dd9-a2f1-8c7465dd422do%40googlegroups.com.

