Skip to content
/ To-Do Public

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

Notifications You must be signed in to change notification settings

AARdacca/To-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django To-Do List Project

This is Django To-Do List App installation process.

Installation

First of clone this repository 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.

git clone https://github.com/AARdacca/To-Do.git

Then

cd To-Do

Secondly install and upgrade pip.

python -m pip install --upgrade pip

Make sure to install virtualenv

pip install virtualenv

Then create virtual environment

python -m venv env

Then activate the env

.\env\Scripts\activate

At the 6th step, install the requirements

pip install -r requirements.txt

Now ready the migrations

python manage.py makemigrations

Now migrate

python manage.py migrate

Now Runserver

python manage.py runserver

Now click the link 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published