Husstanden is a service that aims towards organizing your day to day life
Go to file
2019-02-12 18:57:45 +01:00
objects Startup 2019-02-12 16:59:43 +01:00
static/const Added fontawesome 2019-02-12 18:57:45 +01:00
templates Added fontawesome 2019-02-12 18:57:45 +01:00
__init__.py Startup 2019-02-12 16:59:43 +01:00
.gitignore Initial commit 2019-02-12 15:43:10 +00:00
config.json Use 0.0.0.0 to allow remote access (useful for mobile debugging) 2019-02-12 18:49:25 +01:00
LICENSE Initial commit 2019-02-12 15:43:10 +00:00
main.py True static items will be in const (due to anti-cache workaround) 2019-02-12 17:35:58 +01:00
README.md Startup 2019-02-12 16:59:43 +01:00
requirements.txt Startup 2019-02-12 16:59:43 +01:00
routes.py Template use 2019-02-12 17:09:43 +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