Wednesday, June 24, 2020

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

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 :
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/092bc768-afb0-4c3e-b04f-70bc8fe67678n%40googlegroups.com.

No comments:

Post a Comment