Metadata-Version: 1.0
Name: django-postgresql-manager
Version: 0.1.6
Summary: A Django application which can be used to manage PostgreSQL users and databases.
Home-page: http://www.codetrax.org/projects/django-postgresql-manager
Author: George Notaras
Author-email: gnot [at] g-loaded.eu
License: Apache License version 2
Download-URL: https://source.codetrax.org/hgroot/django-postgresql-manager
Description: 
        *django-postgresql-manager* is a Django application which can be used to manage
        PostgreSQL users and databases using a web interface.
        
        Features
        --------
        django-postgresql-manager currently supports:
        
        - User (role) creation/deletion/renaming.
        - Database creation/deletion/renaming.
        - Database ownership changing.
        - Control over the connection limit for users and databases.
        - Marking a user as not active.
        - Multiple PostgreSQL roles and databases per Django user. Each user has
          control over the roles and databases it has created.
        
        The distribution package includes an example project, which can be used to
        demonstrate the application quickly.
        
        More information about the installation, configuration and usage of this
        application can be found in the *HELP* file inside the distribution package
        or in the project's
        `wiki <http://www.codetrax.org/projects/django-postgresql-manager/wiki>`_.
        
        In case you run into any problems while using this application it is highly
        recommended you file a bug report at the project's
        `issue tracker <http://www.codetrax.org/projects/django-postgresql-manager/issues>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
