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

Remove static/ directory and update frontend deployment docs #718

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

jake-low
Copy link
Contributor

Followup on commit 2991254 which removed the management commands necessary for serving the frontend via Django. The supported workflow is now to deploy the frontend separately and configure it to talk to this Django app. If desired, both can be served by an Nginx proxy (which serves static files for the frontend and proxies /api requests to Django).

I also changed some tuples in the Django settings module to lists, to match the documented types of those settings in Django's docs.

Followup on commit 2991254 which removed the management commands
necessary for serving the frontend via Django. The supported workflow
is now to deploy the frontend separately and configure it to talk
to this Django app. If desired, both can be served by an Nginx proxy
(which serves static files for the frontend and proxies /api requests
to Django).
@willemarcel willemarcel merged commit 329df5f into master Oct 1, 2024
2 checks passed
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 this pull request may close these issues.

2 participants