Skip to main content

Framework para acompanhamento e visualização de Estatísticas.

Project description

=====
django-average
=====

Framework para acompanhamento e visualização de Estatísticas.
Informações detalhadas na wiki do repositorio.

Quick start
-----------

1. Adicione django-average ao seu INSTALLED_APPS, exemplo::

INSTALLED_APPS = [
...
'polls',
]

2. Inclua django-average URLconf na urls.py do seu projeto, exemplo::

url(r'^polls/', include('polls.urls')),

3. Rode `python manage.py migrate` para criar as models do django-average.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-average-0.0.5.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page