-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement new base-root.htm template #38
Conversation
👀 |
|
👋 @jacobtylerwalls I'm bouncing this back to you, the tsconfig/frontend stuff is fixed but now the tests are failing with:
|
Great! Test is now just failing on something substantive, looks like an out-of-date graph constant. I'll ask @johnatawnclementawn to take a look in #40, suggest merging this anyway to unblock things. |
…rches-rdm into jtw/fix-aliasing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@@ -145,6 +144,7 @@ | |||
"corsheaders", | |||
"oauth2_provider", | |||
"django_celery_results", | |||
"arches_references", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we want this above arches since it's an arches application?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it doesn't matter, as long as arches.app
is at the bottom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought that was only true for templates, not css/img discovery.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
( oooO maybe not...arches.app
only ever has templates, not media/build/...
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just tested with an image and the results are as you'd expect ( project -> apps -> core ), but happy to chat if you'd like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I'm with you now. I forgot how specialized we made ArchesApplicationsStaticFilesFinder
, which even if there's an "arches"
in the middle of INSTALLED_APPS, there won't be anything under arches/media
, so this should be A-OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobtylerwalls @chrabyrd back from the future - arches_references
has to go above arches
because there are commands in arches_references/packages.py
that need to be included in the packages options. I'll fix as part of #53
Closes #3