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

Django settings endpoint #4936

Merged
merged 4 commits into from
Jan 27, 2025
Merged

Django settings endpoint #4936

merged 4 commits into from
Jan 27, 2025

Conversation

kflemin
Copy link
Contributor

@kflemin kflemin commented Jan 27, 2025

Adds an API endpoint to retrieve Django settings needed to render unauthenticated pages

Endpoint: GET /api/config/

Currently only returns the setting allow_signup but we can expand as needed.

@kflemin kflemin added the Feature Add this label to new features. This will be reflected in the change log when generated. label Jan 27, 2025
@kflemin kflemin requested a review from axelstudios January 27, 2025 17:27
@axelstudios axelstudios changed the title add an api endpoint to retrieve django settings needed to render unau… Django settings endpoint Jan 27, 2025
@axelstudios axelstudios merged commit 18b7bd2 into develop Jan 27, 2025
9 checks passed
@axelstudios axelstudios deleted the noauth-settings branch January 27, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Add this label to new features. This will be reflected in the change log when generated.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants