An open API service indexing awesome lists of open source software.

https://github.com/varshamohan08/django_crud_with_user_logs

Django project to do CRUD operations on User model with login page and an admin panel to see the user logs
https://github.com/varshamohan08/django_crud_with_user_logs

Last synced: about 1 month ago
JSON representation

Django project to do CRUD operations on User model with login page and an admin panel to see the user logs

Awesome Lists containing this project

README

        

# django_crud_with_user_logs
Django project to do CRUD operations on User model with login page and an admin panel to see the user logs

user logs are added using middle ware.
/reg url is used to do crud operations on user_data model. user needs to be logged in to access this url (drf).
/adminurls is used to view the logs (template).
/login used log in (template).
/logout used log out.