10👍
Mercurytide Django Cheat Sheet for Django 1.5
by Andrew Durdin and Henry Kunz.
It covers model fields (e.g. BooleanField, CharField, FloatField, etc.), template tags, template filters, template date formats, and many others. 2 pages.
Direct link (PDF format, 73 KB). older – Greyscale version. The greyscale version prints a little bit better on a black-and-white printer, but not much. This cheat sheet is much better suited for a colour printer.
- Django's annotate Count with division returns integer instead of float
- Add dynamic field to django admin model form
1👍
Here is a Django 1.5 cheat sheet from Mercurytide. http://www.mercurytide.co.uk/news/article/django-15-cheat-sheet/
0👍
Why settle for only one language or framework when you can have many: DevCheatSheet. It’s a cheat sheet agregator website.
- Django generate csv file on view and download
- Django translate model choices
- Installed pytest but running `pytest` in bash returns `not found`
- How do I make Django-Piston to include related child objects in the serialized output?
0👍
There is a iPhone version which I found is useful.
- How to locally test Django's Sites Framework
- Django: Display a custom error message for admin validation error
- Drawing graphs in Django
- How to configure Apache to run ASGI in Django Channels? Is Apache even required?
- Django: Forbidden (CSRF cookie not set.)
- Django no module named "compressor"
- Django ModelChoiceField: how to iter through the instances in the template?
- <django.db.models.fields.related.RelatedManager object at 0x7ff4e003d1d0> is not JSON serializable
- No matching distribution found for django
Source:stackexchange.com