Build a Custom Functional Django Project
Introduction
In this article, we will build a note project to cover the major scope and aspects of building real-world projects using Django.
Create a virtual environment
A virtual environment is a tool that helps store dependencies for a specific Dj...
chryzcode.hashnode.dev9 min read