htmx_guide_3_OOB_Swaps

See the corresponding blog post here

To recreate this:

  • add a file named .env in the root folder
  • create a variable like SECRET_KEY='replace_this_part_with_secret_key' in the .env file
  • generate a secret key from here https://miniwebtool.com/django-secret-key-generator/
  • Open a command prompt in the root directory and run git clone https://github.com/bitFez/htmx_guide_3_OOB_Swaps.git
  • finally using the command prompt run pip install -r requirements.txt

Acknowledgments