See the corresponding blog post here
- 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
- Twitter div design borrowed from Moshfequr rahman https://codepen.io/moshfequr9/pen/wXQbPR?editors=1000