app-generator.hashnode.devManaging the UI in DjangoThis page explains How to integrate a new UI into a Django project (new or legacy). As we all know already, the UI is an important part of any project, being the only layer visible to the users. Here are a few solutions to successfully code the UI fo...Oct 9, 2023·7 min read
app-generator.hashnode.devTailwind & Django - Free StarterHello! This article presents an open-source Tailwind & Django project styled with Flowbite, a popular UI Library built on top of Tailwind. Rocket Django provides a minimal codebase, Tailwind-compatible tooling, Docker, and CI/CD support for Render. T...Oct 4, 2023·4 min read
app-generator.hashnode.devDjango 5.0 Release - Highlights & Free SampleHello Coders! As announced on the official Django site, the Django 5.0 Version is out. The changes provided in this version are listed below. Curious minds and cutting-edge developers can test the new features by using the latest Django 5.x release...Oct 1, 2023·4 min read
app-generator.hashnode.devApps in Django - Concept & Free SamplesHello Coders! This article explains the Apps Concept in Django, a leading backend framework used to code secure and scalable web apps and services. In Django, an "app" (short for application) is a self-contained module or component of a web applicat...Sep 30, 2023·4 min read
app-generator.hashnode.devDjango Custom CommandsThis article explains how to write our own Django custom commands that might help us to test, upload data, or extract valuable information in a production environment from a Django project. For newcomers, Django is a popular web framework designed an...Sep 26, 2023·5 min read