Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aardacca/to-do
This is "To-Do List" Django Project. Please give stars to this project. Planning, Modifications, Designs were made by Ali Ahasan. YouTube Demo Link: https://youtu.be/ia56ov0kGew
https://github.com/aardacca/to-do
django django-todo pillow python task-list task-manager tasklist taskmanager todo todo-django todo-list todolist
Last synced: 6 days ago
JSON representation
This is "To-Do List" Django Project. Please give stars to this project. Planning, Modifications, Designs were made by Ali Ahasan. YouTube Demo Link: https://youtu.be/ia56ov0kGew
- Host: GitHub
- URL: https://github.com/aardacca/to-do
- Owner: AARdacca
- Created: 2023-03-25T12:23:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T10:20:13.000Z (over 1 year ago)
- Last Synced: 2024-05-13T19:47:40.554Z (9 months ago)
- Topics: django, django-todo, pillow, python, task-list, task-manager, tasklist, taskmanager, todo, todo-django, todo-list, todolist
- Language: HTML
- Homepage:
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django To-Do List Project
This is Django To-Do List App installation process.
## Installation
First of clone this [repository](https://github.com/AARdacca/To-Do.git) and make sure migration folder has only "__init__" named file, all pycache folder needs to be deleted if it is there, db.sqlite3 should be deleted from root.
```powershell
git clone https://github.com/AARdacca/To-Do.git
```
Then
```powershell
cd To-Do
```Secondly install and upgrade pip.
```powershell
python -m pip install --upgrade pip
```
Make sure to install virtualenv```powershell
pip install virtualenv
```Then create virtual environment
```powershell
python -m venv env
```Then activate the env
```powershell
.\env\Scripts\activate
```At the 6th step, install the requirements
```powershell
pip install -r requirements.txt
```Now ready the migrations
```powershell
python manage.py makemigrations
```Now migrate
```powershell
python manage.py migrate
```Now Runserver
```powershell
python manage.py runserver
```Now click the link [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
[//]: <> (## License)