Metadata-Version: 1.0
Name: cykooz.djangopaste
Version: 1.0
Summary: A wrapper that allows us to run Django under PasteDeploy
Home-page: https://bitbucket.org/cykooz/cykooz.djangopaste
Author: Cykooz
Author-email: saikuz@mail.ru
License: BSD-derived
Description: A way to run Django under PasteDeploy.
        
        An example of the deploy.ini::
        
            [app:main]
            use = egg:cykooz.djangopaste#django
            settings = project.settings
        
            [server:main]
            use = egg:Paste#http
            host = localhost
            port = 8000
        
        
Keywords: web application server wsgi django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
