Skip to content
Snippets Groups Projects
Unverified Commit 4367f802 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

Introduce “manage.py initialize” interactive command (#3117)

- Create/update superuser
- Set wagtail site domains

```
❯ ./manage.py initialize
Provide the details below to initialize Hypha Site. Press enter to keep the default value.

Domain of public site  [hypha.test]:
Domain of apply site  [apply.hypha.test]:
Superadmin Email  [superadmin@hypha.test]:
Superadmin Password  [hypha123]:
Site port [8090]:
>>> Created superuser with email superadmin@hypha.test.
>>> Set public site to hypha.test:8090
>>> Set apply site to apply.hypha.test:8090
```
parent b08e8b34
No related branches found
No related tags found
1 merge request!18Fix application form submit button remaining disabled (#3483)
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment