Django and Python | Tips and utilities
61 subscribers
24 photos
14 links
Download Telegram
Check if your file name is an image with mimetypes.


#python #django
๐Ÿ”ฅ1
When dealing with the Django signals framework I use to use the instance method refresh_from_db in combination with a "stop" statement in order to stop the signal from being triggered.

#django #python
๐Ÿ”ฅ1
Channel name was changed to ยซDjango and Python| Tips and utilitiesยป
In some cases, I don't want to spend time registering models when I am in an early development phase of a Django project.

I let Django register my models in the admin site on the fly.

#python #django
๐Ÿ‘2
When dealing with many models in a Django app and with a lot of help text for each field, I create a "help text" module to keep my code cleaner.

Also, I standardize the max length of the character fields.

#python #django
Create a PDF from a blog post using Django Template Framework and xhtml2pdf.

Interested?

Check the live code: https://github.com/ramiboutas/englishquiz

Check the demo: https://www.englishstuff.online/blog/advanced/25-phrasal-verbs-with-get/