Skip to main content

A Django app to monitor and track user referrals.

Project description

=====
Django Hack Referrals hackref
=====

Hack Referrals is a Django app to monitor and track user referrals.


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

1. Add "hackgrowth" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'hackgrowth',
]

2. Include the polls URLconf in your project urls.py like this::

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

3. Run `python manage.py migrate`.

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-hackref-0.1.tar.gz (6.3 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