Skip to content

2degrees/django-pastedeploy-settings

Repository files navigation

Conversion of Paste Deployment configuration to Django settings

image

image

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.