Skip to content

fergalwalsh/django-pico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages