SameSite cookies explained


Benefits of environment variables:

  • Easy configuration
  • Better security
  • Fewer production mistakes Notes:
      # it doesn't matter whether you add quotation marks for the value when you export, even when they are strings
      $ export CAPITAL_NAME=true
      # the value 'true' will be a string anyway
    
      # if you export directly in command, be careful of ! as it needs to be excaped \!
      $ explort PASSWD_DB = something\!and@#others
    

sorl-thumbnail:Generate Thumbnails Automatically in Django


django-messages framework


django-cron


How to Create Django Signals


How to Add User Profile To Django Admin


How to Create Infinite Scroll With Django


How to Create Django Admin List Actions


How to Use Bootstrap 4 Forms With Django


Django Tips #3 Optimize Database Queries


Django Tips #5 How to Merge QuerySets


How to Create User Sign Up View


How to Extend Django User Model


Django Tips #15 Using Mixins With Class-Based Views


Django Tips #6 get_or_create


Git Stash