Please enable JavaScript.
Coggle requires JavaScript to display documents.
Django by example (e-Learning Platform (Chapter 10 (Use model inheritance,…
Django by example
e-Learning Platform
Chapter 12
Build a RESTful API
Handle authentication and permissions for API views
Create API view sets and routers
Chapter 13
Configure a production environment
Create a custom middleware
Implement custom management commands
Chapter 10
Use model inheritance
Create custom model fields
Create fixtures for your models
Use class-based views and mixins
Build formsets
Manage groups and permissions
Create a content management system
Chapter 11
Create public views for displaying course information
Build a student registration system
Manage student enrollment in courses
Render diverse course contents
Cache content using the cache framework
Blog
Chapter 1
Installing Django and creating your first project
Designing models and generating model migrations
Creating an administration site for your models
Working with QuerySet and managers
Building views, templates, and URLs
Adding pagination to list views
Using Django class-based views
Chapter 2
Creating forms from models
Integrating third-party applications
Creating forms and handling them in views
Building complex QuerySets
Sending e-mails with Django
Chapter 3
Adding a sitemap and a post feed
Building a search engine with Solr and Haystack
Creating custom template tags and filters
Social Bookmark
Chapter 4
Extending the User model with a custom profile model
Adding social authentication with python-social-auth
Creating user registration views
Using the authentication framework
Chapter 5
Using jQuery with Django
Building a jQuery bookmarklet
Customizing behavior for forms
Generating image thumbnails using sorl-thumbnail
Creating many-to-many relationships
Implementing AJAX views and integrating them with jQuery
Creating custom decorators for views
Building AJAX pagination
Chapter 6
Building AJAX views
Creating an activity stream application
Creating many-to-many relationships with an intermediary model
Adding generic relations to models
Optimizing QuerySets for related objects
Using signals for denormalizing counts
Storing item views in Redis
Online Shop
Chapter 9
Adding internationalization to your project
Using Rosetta to manage translations
Creating a coupon system to apply discounts
Translating models using django-parler
Building a product recommendation engine
Chapter 8
Manage payment notifications
Export orders to CSV files
Integrate a payment gateway into your project
Create custom views for the administration site
Generate PDF invoices dynamically
Chapter 7
Build a shopping cart using Django sessions
Manage customer orders
Create a product catalog
Send asynchronous notifications to customers using Celery