Skip to content

This is a simple example explaining CRUD operations in Django

Notifications You must be signed in to change notification settings

mehreentahir16/CRUD_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_Django

This is a simple example explaining CRUD operations in Django

Example contains the implemention of CRUD operations using Function Based Views and Class Based Views in Djnago.

CRUD_FBVs(implementing Function Based Views) uses the built-in user Model by Django. You can also append

LOGIN_URL = '/admin/login/'

to settings.py, create super user by 'python manage.py createsuperuser' and use superuser to access this functionality or feel free to extend the repo.

IF you want to test the CRUD_CBVs(implementing Class Based Views) you can add user as Foreing key to movie model and use it same as CRUD_FBVs

About

This is a simple example explaining CRUD operations in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published