9 ms·
If you’re open to it, can you share what resources you used to learn Django and htmx?
by nknealk 3y ago
If you’re open to it, can you share what resources you used to learn Django and htmx?
- winrid 3y agoThe Django docs are all you need. ChatGPT can help too.
- quickthrower2 3y agoWhat is your deployment setup like? Installing it all yourself on a VM, or using something more managed?
- winrid 3y agoPersonally, I have my own service I created for CI that builds and deploys my projects directly on VMs. But you can package a Django app in docker and deploy on Fargate etc.