Skip to content
This repository was archived by the owner on Jan 9, 2021. It is now read-only.

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todos

Todo task tool

python

use python3!

database

for production use it is recommended to use mysql or postgresql.

venv

use venvs!

create venv

python -m venv venv

activate venv

source venv/bin/activate

copy & edit config

cp todos/config.cfg.example todos/config.cfg
nano todos/config.cfg

build

pip install -r requirements.txt
pip install --editable .

create database

python -i
>>> from todos.todos import db
>>> db.create_all()

run

export FLASK_APP=todos/todos.py
flask run

debug

export FLASK_APP=todos/tods.py
export FLASK_DEBUG=True
flask run

About

moved to our own gitlab

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages