Top 10 tips to a new django developer
Editor Rating
posted on dec 20 by djangolinks
best
blog
post
practices
tips
-
- ID: 199
- Title:
- Url: http://www.ramavadakattu.com/top-10-tips-to-a-new-django-developer
- Description: blog post kind of best practices for django a little bit old but useful information see some titles below
1.Don’t put project name in the imports
2.Don’t hard code MEDIA_ROOT and TEMPLATE_DIRS
3.Don’t hard code static files in your templates.
4.Don’t write core business logic in your views !
5.It is tedious to change DEBUG=False (settings.py) when moving to production server
and so on ...
- Total Votes: 0
|