Skip to content
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

Mention collect static for "SITE_STATIC" usage #358

Closed
lebonez opened this issue Jan 14, 2022 · 1 comment · Fixed by #548
Closed

Mention collect static for "SITE_STATIC" usage #358

lebonez opened this issue Jan 14, 2022 · 1 comment · Fixed by #548

Comments

@lebonez
Copy link
Contributor

lebonez commented Jan 14, 2022

Just an info for newer users like myself, when running the application through nginx using /static alias in nginx conf, collectstatic will need ran everytime you add/modify custom SITE_STATIC files. The dev runserver will handle this fine without collectstatic but nginx will just result in looking in your nginx conf alias directory and not in SITE_STATIC using django finders

I was going to do a pull request but wasn't entirely sure where this note should be added in the docs. My guess is a note around here?
https://github.com/ubccr/coldfront/blob/master/docs/pages/config.md?plain=1#L298

@aebruno
Copy link
Member

aebruno commented Jan 14, 2022

I was going to do a pull request but wasn't entirely sure where this note should be added in the docs. My guess is a note around here? https://github.com/ubccr/coldfront/blob/master/docs/pages/config.md?plain=1#L298

Yes, adding it there works great I think as it's related to custom branding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants