Favorite Django Tips & Features? Where are the best lists of existing Django apps? question feed. lang-sql. about | faq | blog | data | podcast | legal | advertising info | contact us | feedback always welcome ...
My Favorite Django Tips & Features. 1. Dont hardcode MEDIA_ROOT and TEMPLATE_DIRS use os.path.realpath(os.path.dirname)__file__)). hardcoding will cause problem while moving from dev-> test-> live. 2. Dont hardcode static files in ...