Skip to content

byandrev/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

Installation

Clone the repo

git clone git@github.com:byandrev/todoapp.git # with SSH

or

git clone https://github.com/byandrev/todoapp.git # with HTTPS

Create Virtual Env

python -m venv venv
source ./venv/bin/activate # in Linux
.\venv\Scripts\activate # in Windows

Install the dependencies

pip install -r requirements/dev.txt

Run the Server

make run

or

python manage.py runserver

Linters

make lint

or

python -m  flake8 .

Format

make format

or

python -m  black .

Contributors

About

Todo app with django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors