Skip to content

Sanji-dev/TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Preview

image

Installation

First clone the repository from Github and switch to the new directory:

$ git clone https://github.com/Sanji-moku/TODO.git
$ cd todo

Activate the virtualenv for your project.

Install project dependencies:

$ pip install -r requirements.txt

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server:

$ python manage.py runserver

Open your browser and go to http://127.0.0.1:8000, you will be greeted with a welcome page.

About

Todo list mini project based on Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published