Metadata-Version: 2.0
Name: django-environments
Version: 1.0a2
Summary: Manage different settings within a Django project
Home-page: http://github.com/yvandermeer/django-environments
Author: Goeie Jongens
Author-email: jullie@goeiejongens.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (>=1.1)

django-environments
===================

django-environments helps you manage different settings within a Django project, 
and easily select those settings from the command line or from WSGI, all with
“maximum DRY™”.

On the command line, you specify your project and settings using environment
variables and (mostly) shell functions. When you run your application via WSGI,
a simple naming convention determines which settings to use based on the name of
the WSGI file. All this helps to minimize the number of code changes and other
file updates when working across different environments.

For more documentation, 
`Read the Docs <http://django-environments.readthedocs.org/>`_.

