#web-development
Read more stories on Hashnode
Articles with this tag
Building a async, websocket based chat application using django, channels and htmx. Features: Join or Create Rooms and Send and Recieve Messages. ·...
Creating a basic CRUD application with Django and HTMX · Introduction Gone are the days of writing Ajax requests with javascript, just add a few...
Exploring and Interacting with Django's built-in Admin Section · Introduction In the previous section, we configured the database in our Django project....
Understanding and Structuring a Database Schema with Models in Django · Introduction We have seen the basics of Django templating in the previous parts...
Loading Static Files in a Django project/app · Introduction After creating templates, it should be rather tempting to add some styles and logic to them....
Rendering templates/HTML docs in the Django project/app · Introduction After learning the basics of views and URLs, we can now move on to the next...