diff --git a/fioul.ini b/fioul.ini.example similarity index 100% rename from fioul.ini rename to fioul.ini.example diff --git a/fioul.py b/fioul.py index b943989..5a4daf9 100755 --- a/fioul.py +++ b/fioul.py @@ -92,6 +92,13 @@ def serve(args): ) +@subcommand() +def initdb(args): + from models import init + + init() + + # ---------------------------------------------------------------------- # Main