metglobal / django-pico

A Django wrapper for the Pico web app framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. pip install django-pico

  2. Add "djpico" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'djpico',
    )
  1. Include the polls URLconf in your project urls.py like this::

    url(r'^pico/', include('djpico.urls')),

See Pico for more information.

About

A Django wrapper for the Pico web app framework


Languages

Language:Python 100.0%