Husstanden is a service that aims towards organizing your day to day life
Go to file
2019-05-10 07:24:13 +01:00
forms Add bills func 2019-04-26 06:50:49 +01:00
objects Hash password 2019-04-26 06:23:40 +01:00
static Calendar style and click event test 2019-05-10 07:24:13 +01:00
templates Calendar style and click event test 2019-05-10 07:24:13 +01:00
__init__.py Startup 2019-02-12 16:59:43 +01:00
.gitignore Dash 2019-03-29 11:00:04 +01:00
credits.md Calendar module w/db return string support 2019-04-25 22:50:31 +01:00
default_config.json Login using database 2019-04-26 03:24:19 +01:00
filters.py Calendar module w/db return string support 2019-04-25 22:50:31 +01:00
init.sql Edit database 2019-04-26 02:19:24 +02:00
LICENSE Initial commit 2019-02-12 15:43:10 +00:00
main.py Basic login 2019-04-26 02:28:27 +01:00
README.md Startup 2019-02-12 16:59:43 +01:00
requirements.txt Hash password 2019-04-26 06:23:40 +01:00
routes.py Add bills func 2019-04-26 06:50:49 +01:00

Husstanden

Husstanden is a service that aims towards organizing your day to day life

Requirements

  • Python 3.5+

How to set up husstanden

Install the required dependencies with pip

$ pip install -r requirements.txt

then, run the web server

$ python3 main.py

Configuration can be edited in config.json