Husstanden is a service that aims towards organizing your day to day life
Go to file
2019-09-23 09:20:49 +02:00
APP2000@8d081e5815 tester 2019-09-23 09:13:23 +02:00
APP2000-GPP tester 2019-09-23 09:13:23 +02:00
forms Email Validator 2019-05-28 20:10:21 +02:00
objects Babel locale 2019-05-12 15:04:25 +01:00
static Reworked login and register 2019-05-12 18:31:26 +01:00
templates Translations 2019-05-28 20:02:23 +02:00
translations/nb/LC_MESSAGES Translations 2019-05-28 20:02:23 +02:00
__init__.py Startup 2019-02-12 16:59:43 +01:00
.gitignore Dash 2019-03-29 11:00:04 +01:00
BABEL_USAGE.md DOC 2019-05-12 15:17:22 +01:00
babel.cfg Babel locale 2019-05-12 15:04:25 +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
init.sql sql typo 2019-05-28 22:55:20 +01:00
LICENSE Initial commit 2019-02-12 15:43:10 +00:00
localizer.py Force lang session 2019-05-12 15:24:20 +01:00
main.py Babel locale 2019-05-12 15:04:25 +01:00
README.md DOC 2019-05-12 15:17:22 +01:00
requirements.txt Services 2019-05-28 19:48:37 +02:00
routes.py Services 2019-05-28 19:48:37 +02: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

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