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
- Host: GitHub
- URL: https://github.com/varshamohan08/django_crud_with_user_logs
- Owner: varshamohan08
- Created: 2023-10-19T19:41:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T21:25:43.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:49:46.483Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 logsuser 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.