Y
Hacker News
new
|
ask
|
show
|
jobs
by
nknealk
898 days ago
If you’re open to it, can you share what resources you used to learn Django and htmx?
1 comments
winrid
898 days ago
The Django docs are all you need. ChatGPT can help too.
link
quickthrower2
897 days ago
What is your deployment setup like? Installing it all yourself on a VM, or using something more managed?
link
winrid
897 days ago
Personally, 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.
link