Skip to content

pgillan145/r2do2

Repository files navigation

r2do2

A very simple task manager built on Flask and SQLAlchemy.

Description

Not intended for serious use, r2do2 is a python learning experiment based in no small part on Miguel Grinberg's Flask Mega Tutorial.

Installation

git clone git@github:minorimpact/r2do2
cd r2do2
export R2DO2_DB_PASSWORD=r2do2password
export R2DO2_DB_SERVER=db.example.com
./run.py

Known Bugs/Issues

  • Only works with mysql
  • Featureless.
  • Users can't change their passwords or set an actual avatar.

About

A very simple task manager built on Flask and SQLAlchemy.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors