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

20 views
Skip to first unread message

Dennis Triplett

unread,
Jun 23, 2020, 8:44:46 PM6/23/20
to Django users
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.

Cbh Bnh

unread,
Jun 24, 2020, 9:44:08 AM6/24/20
to Django users
Hi,
I don't know if this will help but from time to time I use this site to browse into django doc: https://devdocs.io/django~2.2/
I think they use the same content as the offcial documentation but with  better links and quit good search tool

Cheers

Cbh Bnh

unread,
Jun 24, 2020, 9:44:08 AM6/24/20
to Django users
hi,
Have a look to this site https://devdocs.io/django~2.2/
They have the same content then the official django doc but add a usefull search engine, links between sections and organise their content regarding the code structure and modules
Cheers
Le mercredi 24 juin 2020 à 02:44:46 UTC+2, dlt1...@gmail.com a écrit :

Dennis Triplett

unread,
Jun 24, 2020, 6:25:18 PM6/24/20
to Django users
 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.
Reply all
Reply to author
Forward
0 new messages