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/4b0e3b5e-3846-49eb-b626-d077ec00776ao%40googlegroups.com.

