Miscellaneous

Learning Django as a Beginner

Namraj Pudasaini

Aug 5, 2026

Introducing the Weirdness

The Django is a tight integration of three key features:

  • url configuration or dynamic addresses
  • Model View Controller (MVC)
  • Lightweight framework of authentication and Sqllite database

The installation of the python, and Django; python environment activation and Django starter project command execution with a simple name we open the editor to see project file structure. That shows the admin source of Django as a number of files on root and app folder like url.py, settings.py, models.py.