Husstanden is a service that aims towards organizing your day to day life
forms | ||
objects | ||
static | ||
templates | ||
translations/nb/LC_MESSAGES | ||
__init__.py | ||
.gitignore | ||
BABEL_USAGE.md | ||
babel.cfg | ||
credits.md | ||
default_config.json | ||
init.sql | ||
LICENSE | ||
localizer.py | ||
main.py | ||
README.md | ||
requirements.txt | ||
routes.py |
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
Make sure you compile the babel languages
$ pybabel compile -d translations
Lastly, run the web server
$ python3 main.py
Configuration can be edited in config.json