Skip to content

gawel/pyoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyoil

Small app to track your oil expenses.

Clone the repo:

$ git clone [email protected]:gawel/pyoil.git
$ cd pyoil

Create a venv and install the soft:

$ PYTHON=python3 make

Start the app for testing:

$ make serve

Go to http://localhost:4444/new

Default login/password is: admimin / passwd

Use whatever wsgi server for production. pyoil.application is a wsgi app:

$ ADMIN_PASSWORD=yourpassword ./venv/bin/chaussette pyoil.application --port 8080

PyOil use TinyDB The database is located at ~/.pyoil.json

About

Small app to track your oil expenses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published