Start installation guide in the docs

This commit is contained in:
Thomas Sileo 2022-07-05 09:15:45 +02:00
parent 1f6d6c5477
commit 51f920bc4d
6 changed files with 157 additions and 7 deletions

View file

@ -120,6 +120,6 @@ def download_twemoji(ctx):
@task(download_twemoji, compile_scss, migrate_db)
def setup_static_dir(ctx):
def configuration_wizard(ctx):
# type: (Context) -> None
pass
run("PYTHONPATH=. poetry run python scripts/config_wizard.py", pty=True, echo=True)