Introduction to Django
Get started with Django web framework. Learn what Django is, why to use it, understand its architecture (MTV), and set up your development environment.
Enroll in this course to access modules.
- Understand what Django is and why use it
- Learn Django's architecture (MTV - Model-Template-View)
- Set up Python, virtual environment, and install Django
- Create a Django project using django-admin startproject
- Understand project structure (settings, urls, wsgi/asgi, apps)
- Run development server and test basic request-response