Metadata-Version: 1.1
Name: PyramidZiggurat
Version: 0.1.1
Summary: Ziggurat Foundations template for the Pyramid web framework
Home-page: UNKNOWN
Author: Owo Sugiana
Author-email: sugiana@rab.co.id
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ============================
        Pyramid Ziggurat Foundations 
        ============================
        
        This template is a combination of Chameleon template engine and Ziggurat
        Foundations user management. Usage::
        
            $ myenv/bin/pcreate -s ziggurat myproject
            $ cd myproject 
            $ myenv/bin/python setup.py develop
        
        Edit ``development.ini`` file for database auth then run::
        
            $ myenv/bin/initialize_myproject_db development.ini
        
        Run web server::
        
            $ myenv/bin/pserve development.ini --reload
        
        Open URL http://localhost:6543 in a browser. Login with username
        ``admin@local`` password ``admin``.
        
        
        
        0.1.1 (2013-12-26)
        
        - Require Pyramid >= 1.5.
        - Require Deform >= 2.0.
        - Use redirect after POST.
        - Use Bootstrap 3 intensively.
        - Add change password form.
        
        0.1 (2013-12-22)
        ================
        
        - Initial release.
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
