-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
Arches dev/7.5.x project problems in drop and recreate DB (relates to Arches for Science) #10167
Comments
Hey @ekansa. Looks like your My DISCO installation looks like: root@f5ace64eec45:/web_root/disco# python3 manage.py shell
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.16.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from django.conf import settings
In [2]: settings.ROOT_DIR
Out[2]: '/web_root/arches/arches' Can you trace where your settings.ROOT_DIR is being created? We may need to update the settings.py template used by I'd also be in favor of removing this try/except in the template to make things easier to debug (and since we truly depend on these settings being imported now): arches/arches/install/arches-templates/project_name/settings.py-tpl Lines 13 to 16 in acf9b49
|
@jacobtylerwalls let me investigate and get back to you! |
Hey @ekansa were there any todo items remaining here after getting AfS spun up? |
I'm working on getting set up with more recent versions of Arches for Science, and I seem to have some problems with projects created in Arches dev/7.5.x
My project "afs_plocal" was created by Arches dev/7.5.x without any obvious error. However, I get a bunch of errors when trying to drop and recreate the database:
The text was updated successfully, but these errors were encountered: