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 Dja
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...
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, dl
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
4 matches
Mail list logo