CRUD Registration System
User registration system based on Django with full create, read, update, and delete functionality. It includes user authentication, profile editing, and secure password management.
Features:
1. User registration and login
2. Authentication using Django's built-in system
3. Viewing and editing profiles
4. Changing and resetting passwords
5. Deleting accounts
6. Flash messages about user actions
7. Modular and reusable code structure
Features:
1. User registration and login
2. Authentication using Django's built-in system
3. Viewing and editing profiles
4. Changing and resetting passwords
5. Deleting accounts
6. Flash messages about user actions
7. Modular and reusable code structure