Django Tutorial

Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern. It is maintained by the Django Software Foundation, an independent organization established in the US as a 501 non-profit.

Django Tutorial Index

  1. How to Check Django Version?
  2. How to create first Web Application?
  3. How to create Landing Page (First Page)?
  4. Creating and Using Templates
  5. Creating and Using MasterPages
  6. How to use Static Data in Django?
  7. Implement CSS on an App | Django
  8. What is 'SLUG' in Django?

Django Examples

  1. What is the difference between null=True and blank=True in Django?
  2. What does on_delete do on Django models?
  3. Set up a scheduled job in a Django project?
  4. Django – How to filter empty or NULL names in a QuerySet?
  5. Creating a JSON response using Django and Python



Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.