Django administration tutorial
Register Model in the Admin - Python & Django 3.4 tutorial | Django Framework
Django Framework
The ability of the application to read data from the database.
Create Operation.
The ability of the application to store data in the database.
Update Operation.
The ability of the application to edit the stored value in the database.
Delete Operation.
The ability of the application to delete the stored value in the database.
inbuilt database SQL lite 3
How to create a project in django
How to write a model class
How to apply migrations
How to create superuser
How to register the django administration shown in this video.
python Django Framework babasics
source code:
https://github.com/jaggpython/django_...
CRUD Django Framework:
• Django Framework Python | Complete CRUD Op...
CRUD Django Framework:
• Django Framework Python | CRUD operations ...
@PythonDeveloper01