Wednesday, June 24, 2020

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

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

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/47a92d21-9f00-47bc-9219-320a3419a7bbn%40googlegroups.com.

No comments:

Post a Comment