A Beginner guide to Django project directory structure
Before going to deep dive in django, we must know the django project directory structure. It is important to have a clear understanding of project directory structure. Python Django web framework follow MVT structure. MVT stands for model, view &…