We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new project gets created with an APP_NAME in their project settings matching the project name used in the creation command. 👍
APP_NAME
On setup_db, however, we create system settings tiles that will override this back to "Arches", which isn't necessarily desired.
We could avoid creating this tile entirely, or create it with the value that matches settings.py, or any solution for removing drift.
The system settings tile is generated from this data:
arches/arches/db/system_settings/Arches_System_Settings.json
Lines 152 to 157 in f3390ef
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A new project gets created with an
APP_NAME
in their project settings matching the project name used in the creation command. 👍On setup_db, however, we create system settings tiles that will override this back to "Arches", which isn't necessarily desired.
We could avoid creating this tile entirely, or create it with the value that matches settings.py, or any solution for removing drift.
The system settings tile is generated from this data:
arches/arches/db/system_settings/Arches_System_Settings.json
Lines 152 to 157 in f3390ef
The text was updated successfully, but these errors were encountered: