|
|
|
|
|
by ivory54321
971 days ago
|
|
I have just launched a relatively straightforward webapp that required a light touch front end with fairly significant data processing on the backend - Backend: Django (Postgres in production) + Celery to handle async tasks
- Frontend: HTML (standard django renderer), CSS, HTMX + occasional jQuery
- Deployment: Render I was already familiar with Python and I feel the language is more than capable to handle the data processing required and with Django I could concentrate on the actual app functionality without diving too much into auth etc |
|