Django Recipes

djangoAs 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.

  1. Showing non field errors.
  2. Checking if one Django application is installed.
  3. Sending email using Gmail account in Django.
  4. Local settings configurations.
  5. Installing multiple Django version via Virtualenv.
  6. Setting up tiny_mce in Django.
  7. Setting up ckeditor in Django.
  8. Deploying Django project using Fabric.
  9. Relative path for your Django project.
  10. Setting up Memcached for Django Project.
  11. Working with Cron for Django management commands.

More and more tricks are coming. So stay alert.