Learn the fundamentals behind one of the most popular web frameworks in the world: Django. We will teach you step-by-step how to implement concepts like Views, Template Rendering, Forms, Saving Data, URL routing, Deployment aka Going Live, and so much more.
Django is a web-framework written in Python and runs the backend for many of the internet's most popular websites such as Instagram and Pinterest.
Get started today!
The tutorial videos are available on our YouTube channel and ad-free on Coding for Entrepreneurs.
Subscribe to our YouTube Channel
Thanks for watching!
Team CFE
Getting Started with Django (guide link)
For your reference
8 - Context in Django Templates
11 - Reactivate Virtualenv // no code
14 - Remembering things with Models
19 - Restaurant Profile Detail
20 - SlugField & Unique Slug Generator
23 - Get Single Items from the DB
24 - Saving Data the Hard + Wrong Way
25 - The Power of Django Forms
26 - The Extra Power of Django Model Forms
27 - Simple + Effective Validation
29 - Associate User to Form Data in FBV
30 - Associate User to Data in Class View
33 - Using Reverse to Shortcut URLs
36 - Limiting Form Field to QuerySet