An open API service indexing awesome lists of open source software.

https://github.com/2degrees/django-pastedeploy-settings

Convert PasteDeploy configuration files to Django settings
https://github.com/2degrees/django-pastedeploy-settings

Last synced: about 1 year ago
JSON representation

Convert PasteDeploy configuration files to Django settings

Awesome Lists containing this project

README

          

***************************************************************
Conversion of Paste Deployment configuration to Django settings
***************************************************************

.. image:: https://travis-ci.org/2degrees/django-pastedeploy-settings.svg?branch=master
:target: https://travis-ci.org/2degrees/django-pastedeploy-settings

.. image:: https://coveralls.io/repos/2degrees/django-pastedeploy-settings/badge.svg?branch=master
:target: https://coveralls.io/r/2degrees/django-pastedeploy-settings/?branch=master

`Paste Deployment `_ is a widely-used system
which has the sole purpose of enabling developers and sysadmins to configure
WSGI applications (like Django) and WSGI servers.

This project dynamically converts Paste Deployment configuration files to
Django settings, offering a more maintainable way to manage the configuration
of your Django projects.