Popularity
0.5
Stable
Activity
-
-
8
2
0

Description

a Django util for managing app settings.

when u create a package for Django, usually if your app can be configured, needs to use Django settings. so you will have some defaults which can be overridden by the user.

this package helps you to specify defaults, and the key that users must use for configuring settings, then it will load user settings, update defaults, and import string notations.

this is actually how django-rest-framework configures its settings, but with a few more features.

Programming language: Python
License: MIT License

Django Zero Settings alternatives and similar packages

Based on the "Django" category.
Alternatively, view django-zero-settings alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Django Zero Settings or a related project?

Add another 'Django' Package