Getting started with Django App
Introduction
An app in Django is a self-contained module that provides a specific functionality within the Django project. A Django project can have multiple apps, each of which handles multiple functionalities of a project.
For example, let's say yo...
srujangowda.hashnode.dev3 min read