Dwitter is a lightweight social networking web application built with Django. It allows users to log in, view profiles, and share "Dweets" (short messages up to 140 characters). The goal of this project is to provide a simple and user-friendly platform for social interaction.
- Login/Logout: Secure authentication using Django's built-in system.
- Dashboard: View a feed of "Dweets" from users.
- Profiles: Browse a list of user profiles and view individual profile details.
- All Users: Display a page listing all registered users.
- Responsive Design: Built with Bootstrap 4 for a seamless experience across devices.
- Backend: Django 5.1.7
- Frontend: Bootstrap 4, HTML, CSS, JavaScript
- Database: SQLite (default; can be configured for PostgreSQL or others)
- Python: 3.11 or 3.12 (recommended for compatibility)
- Python 3.11 or 3.12
- Django 5.1.7
- Bootstrap 4 (included via CDN)
- Virtual environment (recommended)
This project is licensed under the MIT License.