Introduction to Django, a high-level Python web framework. Learn the fundamentals of building web applications with Django.
0.0(0)
0 Followers
35 Books
Introduction to Django, its architecture, and setting up a development environment.
Creating and running a basic Django project. Understanding Django apps, views, and URLs.
Introduction to Django models for database interaction. Creating models and migrating databases.
Utilizing Django’s built-in admin to manage website content.
Creating and handling HTML forms in Django to capture user input.