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

update:Gunicorn command to use correct WSGI application path #119

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

hareshkainthdbt
Copy link
Collaborator

Revised the Gunicorn startup command to reference fbr.wsgi:application instead of config.wsgi. This ensures the correct WSGI application module is used when the server starts.

Revised the Gunicorn startup command to reference `fbr.wsgi:application` instead of `config.wsgi`. This ensures the correct WSGI application module is used when the server starts.
Replaced "app.cache.apps.CacheConfig" with "app.cache" in INSTALLED_APPS for consistency and correctness. This ensures proper module referencing and aligns with the naming conventions used across the project.
@hareshkainthdbt hareshkainthdbt merged commit 150abb8 into main Dec 12, 2024
5 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.

1 participant