Django Recipes
As I learn more about Django, I know a few tricks to make life easier. Below are some of the tricks I learned along the way.
Disclaimer: I have about 2 years experience with Django but I’m not an expert whatsoever, so feel free to correct me if I make any mistakes.
- Showing non field errors.
- Checking if one Django application is installed.
- Sending email using Gmail account in Django.
- Local settings configurations.
- Installing multiple Django version via Virtualenv.
- Setting up tiny_mce in Django.
- Setting up ckeditor in Django.
- Deploying Django project using Fabric.
- Relative path for your Django project.
- Setting up Memcached for Django Project.
- Working with Cron for Django management commands.
More and more tricks are coming. So stay alert.
