Welcome to the TODOMaster 🎉 ! This is a simple, user-friendly application built with Django that helps you manage your daily tasks effectively. 🚀 The deployed version of this app can be accessed here 🌐
-
📦 Deployed on Vercel
-
🔗 Database hosted on Clever Cloud
- ➕ Add new tasks
- ✏️ Edit existing tasks
- ❌ Delete tasks
- 📱 Responsive design for all devices
django-CRUD/
│
├── CRUDapplication/
│ ├── __init__.py
│ ├── asgi.py
│ ├── settings.py
│ ├── urls.py
│ ├── wsgi.py
│ ├── manage.py
│
├── EMS/
│ └── # EMS-specific files
│
├── playground/
│ ├── migrations/
│ ├── static/
│ │ └── css/
│ │ └── styles.css
│ ├── templates/
│ │ └── # HTML templates
│ ├── __init__.py
│ ├── admin.py
│ ├── apps.py
│ ├── models.py
│ ├── tests.py
│ ├── urls.py
│ ├── views.py
│
├── db.sqlite3
├── build.sh
└── .gitignore
- 🐍 Python 3.10+
- 📦 pip (Python package installer)
- 🌱 Git (for cloning the repository)
git clone https://github.com/SulemanAwais/django-CRUD.git
cd django-CRUD
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
🎉 Open http://127.0.0.1:8000
in your browser to see the app in action!
This project is licensed under the MIT License.
- Big thanks to the Django community for their awesome documentation and tutorials.
- Icons and images from Devicon[https://devicon.dev].