-
- Downloads
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
Showing
- docs/developers/localdevelscratch.md 2 additions, 8 deletionsdocs/developers/localdevelscratch.md
- hypha/core/management/commands/initialize.py 46 additions, 0 deletionshypha/core/management/commands/initialize.py
- hypha/core/management/commands/wagtailsiteupdate.py 0 additions, 0 deletionshypha/core/management/commands/wagtailsiteupdate.py
- requirements.txt 3 additions, 2 deletionsrequirements.txt
Loading
Please register or sign in to comment