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

Add settings #53

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add settings #53

wants to merge 2 commits into from

Conversation

jochenklar
Copy link
Member

No description provided.

@MyPyDavid
Copy link
Member

Nice 😄

@m6121
Copy link
Member

m6121 commented Oct 18, 2024

This is great! Is this automatically generated?

@MyPyDavid
Copy link
Member

partly, I hope ;)

@jochenklar
Copy link
Member Author

No, Handarbeit (well, I use a computer and copy & paste).

@MyPyDavid
Copy link
Member

it could maybe be nice to categorize the settings a bit?

from rdmo.core import settings as rdmo_settings
from django.conf import global_settings as django_settings

# django settings 
set(dir(django_settings)) & set(dir(rdmo_settings))

# rdmo settings 
set(dir(rdmo_settings)) - set(dir(django_settings))

# etc..

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.

3 participants