A Django web application featuring user registration, data display, and modern UI/UX.
- π Hello World page with project overview
- π User registration with form validation
- π₯ View registered users (table and card views)
- π¨ Custom CSS with gradient design and animations
- β‘ JavaScript for interactive features
- π± Fully responsive design
- π Search functionality
- π― Admin panel for user management
-
Install Django
pip install django -
Apply Migrations
python manage.py migrate -
Run Server
python manage.py runserver -
Visit:
http://127.0.0.1:8000/
See DOCUMENTATION.md for complete setup and usage instructions.
myproject/- Django project settingsmyapp/- Main application with models, views, and formstemplates/- HTML templatesstatic/- CSS and JavaScript files
- Django 6.0
- SQLite
- HTML5/CSS3
- Vanilla JavaScript
Open-source for educational purposes.