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
- Host: GitHub
- URL: https://github.com/2degrees/django-pastedeploy-settings
- Owner: 2degrees
- License: other
- Created: 2013-03-12T11:46:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T15:29:39.000Z (over 7 years ago)
- Last Synced: 2025-05-14T14:46:50.320Z (about 1 year ago)
- Language: Python
- Homepage: http://pythonhosted.org/django-pastedeploy-settings/
- Size: 397 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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.