- What is Framework
- What is Django Framework
- How Django Works
- Applications of Django
- Features of Django
- Pros and Cons for Django Framework
- Explain MVT architecture in Django
- Interesting Facts about Django Framework
- Django Installation: Installing, Upgrading, and Version Control
- Install Django in Windows OS
- Create a new project in Django Framework
- Explain the django new project file structure
- Configure the basic setup initialization in a new Django project
- Render a basic template in a Django app's views.py to a Django template
- How to Create a requirement.txt File for Your Existing Django Project
- How to Create a Virtual Environment for Your Existing Django Project and Install Requirements.txt File
- Jinja Template in Django
- Explain about django template
- How to send a variable from views.py to a Django template and access it in the template
- Django Template Filters
- Django Template Tags
- Django 'include' template tag
- Django url template tag
- Django Template Inheritance
- What is django admin pannel and how it works
- How we can pass direct html file path or url in urls.py file
- How we use css in our django project
- Import and Display an Image in Django Template
- Import and Use JavaScript in our Django Template
- Assign Django Template Variable to a JavaScript Variable
- Manage Multiple Django App in our Django Project
- How to delete a django app in our django project
- Explain CSRF Security in Django Framework
- What is Cookie
- How to set cookie in django
- ORM in Django
- Databases in Django
- Model in Django and How it works
- Create own Model Class in Django
- Understanding makemigrations and migrate command in Django
- Understanding the "id" Field in Django Tables: A Primer on Primary Keys
- What is CRUD Operations in Django
- Django Message framework
- What is SQLite
- Django and SQLite
- List of Field Types Available in Django ORM
- Explain Authentication and Authorization in Django Framework
- Django Built-In User Model
- How many Built-in User's Type Available in Django
- What is Superuser in Django and How it create
- Register Your Model in Django
- Customizing the Text in the Admin Panel Registered Model Table
- Dynamic Url in Django
- Explain User Authentication System in Django
- Configure User Authentication System in Django
- Explanation of Fields in the Built-in User Model in Django
- How to register different types of users in Django?
- Explain about @csrf_exempt decorator in django
- Login and Logout Functionality in Django
- The login_required decorator in django
- Manage Multiple Python Versions
- How to chnage django admin dashboard text
Welcome to my blog where you can learn about programming languages and other IT subjects. I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
Django Tutorials
Subscribe to:
Posts (Atom)
How PHP Embeds Into HTML — And Can It Work Inside JavaScript?
One of PHP's most unique characteristics is that it doesn't live in its own isolated file waiting to be called. It can sit directly ...
-
Setting up TypeScript in a project is an important first step to leverage its benefits. Here’s a detailed step-by-step guide on how to set i...
-
In TypeScript, primitive types are the most basic data types, and they are the building blocks for handling data. They correspond to simple ...
-
TypeScript is a strongly typed, object-oriented, compiled language developed and maintained by Microsoft. It is a superset of JavaScript, me...
No comments:
Post a Comment