[Django]-Cheat sheet documentation django python

5👍

Run:

pydoc -p 8080

And go here.

2👍

For django use this. It is a little out of date but still relevant.

For python I like this quick reference.

0👍

0👍

If you’re using django, a useful way of browsing the template tags, models and so on for your project is to enable admin docs. See this post on how to enable admin docs.

Leave a comment