Metadata-Version: 1.0
Name: django-postgresql-manager
Version: 0.1.1
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) and database renaming.
        - Control over the connection limit for users and databases.
        - Marking a user as not active.
        - Multiple PostgreSQL roles per Django user. Each user has control over the
          roles it has created.
        
        The distribution package includes an example project, which can be used to
        demonstrate the application quickly. Read the instructions in the HELP file.
        
        More information about the installation, configuration and usage of this app
        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>`_.
        
        Spotted a bug or have a feature request? Feel free to file a 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
