Separate commands to init/migrate DB, create superuser, install packages
Open
- Dominant language
- Shell
- Stars
- 35
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Our startup script tries to install all packages found (in dev), initialize the DB and create a superuser on every startup. This is slow and mostly unnecessary.
These are things we only need to do once in prod and occasionally in dev. Let's provide an install script and document commands to do these tasks instead of running them automatically every time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.