Django 2.1 - Building a Landing Page (RECAP) - 25/25 - Django Python
Description:
Learn to build a landing page using Django 2.1 and Python in this comprehensive video tutorial series. Start by installing Django and PyCharm IDE, then progress through creating a Django webserver, understanding the settings file, and handling URLs. Explore the admin panel, migrations, and virtual environments before diving into database operations with SQLite3. Create your first Django app, render HTML, and work with templates. Add static files and images to your project, then move on to creating models for the database. Learn about forms for user input, including POST vs GET requests and CSRF token authentication. Finally, connect forms to the SQLite database and customize the admin panel display. By the end of this 25-part series, you'll have built a fully functional landing page using Django 2.1.