ANN: django-yamlconf 1.0.0

17 views
Skip to first unread message

Michael Rohan

unread,
Aug 13, 2018, 8:40:32 PM8/13/18
to Django users

Hi Folks,

 

The package Django-yamlconf 1.0.0 has been uploaded to pypi.  There are a number of YAML (and other formats) support modules for managing Django settings.  The main difference here is:

  1. The directory tree is used to store multiple YAML config files with definitions higher up the tree over-riding definitions lower down (intent being a committed version for development values, production settings being in, e.g., “/var/myapp” or mapped into a container).
  2. The settings that can be adjust is not constrained: simply add a definition to a YAML file loaded and it’s available as a setting (the setup is an import and a load at the end of the settings file)
  3. Can set elements within dictionaries in the settings using a dot’ed notation, e.g., DATABASES.default.NAME: mydb
  4. For debugging purposes, a view is available which can be added to the supported URLs

 

For more information and deeper documentation, see the GitHub page,

 

https://github.com/vmware/django-yamlconf

 

Feedback, bug reports, etc., are welcome.

 

Take care,

Michael.

Michael Rohan

unread,
Feb 28, 2019, 6:58:25 PM2/28/19
to Django users
Hi Folks,

Have published to documentation on this module to readthedocs;


Take care,
Michael.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7db78e8c-d965-4d7f-8067-826468227b6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Michael Rohan
mro...@acm.org
Reply all
Reply to author
Forward
0 new messages