codingforentrepreneurs / Class-Based-Views

Class Based Views (CBVs) are an important aspect of making Django work better for you. This tutorial series helps you understand how to use class based views in a pre-existing Django project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Based Views Logo

Class Based Views - Django

Class Based Views (CBVs) are an important aspect of making Django work better for you. This tutorial series helps you understand how to use class based views in a pre-existing project.

The project we use is Try Django 1.8. Created by Team CFE @ http://joincfe.com.

Interested in learning more? Sign up on our YouTube channel Become a member on Coding for Entrepreneurs

The tutorial code below is the final code from the end of each tutorial video. Each link below is tied directly to the tutorial's title. Please note that some videos may not have code reference code.

Tutorial Code

3 - Intro & TemplateView

4 - Customize TemplateView

5 - Base View and Mixins

6 - Login Required Decorator & Custom Mixin

7 - DetailView

8 & 9 ListView & CreateView

10 - UpdateView

12 - DeleteView

13 - Django Messages in CBVs

14 - Using a FormMixin in a CBV

About

Class Based Views (CBVs) are an important aspect of making Django work better for you. This tutorial series helps you understand how to use class based views in a pre-existing Django project.

License:MIT License


Languages

Language:JavaScript 47.7%Language:CSS 26.2%Language:Python 16.0%Language:HTML 9.3%Language:ApacheConf 0.8%