Metadata-Version: 1.1
Name: django-pico
Version: 0.0.4
Summary: A Django wrapper for the Pico web app framework
Home-page: http://github.com/fergalwalsh/django-pico
Author: Fergal Walsh
Author-email: fergalwalsh@gmail.com
License: BSD License
Download-URL: https://github.com/fergalwalsh/django-pico/tarball/0.0.4
Description: 
        1. `pip install django-pico`
        
        
        2. Add "djpico" to your INSTALLED_APPS setting like this:
        ```
            INSTALLED_APPS = (
                ...
                'djpico',
            )
        ```
        
        
        3. Include the polls URLconf in your project urls.py like this::
        
            `url(r'^pico/', include('djpico.urls')),`
        
        
        
        See [Pico](https://github.com/fergalwalsh/pico/) for more information.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
