Start installation guide in the docs
This commit is contained in:
parent
1f6d6c5477
commit
51f920bc4d
6 changed files with 157 additions and 7 deletions
4
tasks.py
4
tasks.py
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue