A Django app to create, monitor and track user referral links
Project description
=====
Welcome to django-hackref!
=====
.. image:: https://badge.fury.io/py/django-hackref.svg
:target: https://badge.fury.io/py/django-hackref
.. image:: https://travis-ci.org/jmitchel3/django-hackref.png
:target: http://travis-ci.org/jmitchel3/django-hackref
.. image:: https://img.shields.io/pypi/v/django-hackref.svg
:target: https://pypi.python.org/pypi/django-hackref
.. image:: https://coveralls.io/repos/github/jmitchel3/django-hackref/badge.svg?branch=master
:target: https://coveralls.io/github/jmitchel3/django-hackref?branch=master
Hack Referrals is a Django app to create, monitor and track user referral links.
Quick start
-----------
1. Install via "pip"::
pip install django-hackref
2. Add "hackref" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'hackref',
]
3. Include the polls URLconf in your project urls.py like this::
url(r'^r/', include('hackref.urls')),
4. Run `python manage.py migrate`.
Welcome to django-hackref!
=====
.. image:: https://badge.fury.io/py/django-hackref.svg
:target: https://badge.fury.io/py/django-hackref
.. image:: https://travis-ci.org/jmitchel3/django-hackref.png
:target: http://travis-ci.org/jmitchel3/django-hackref
.. image:: https://img.shields.io/pypi/v/django-hackref.svg
:target: https://pypi.python.org/pypi/django-hackref
.. image:: https://coveralls.io/repos/github/jmitchel3/django-hackref/badge.svg?branch=master
:target: https://coveralls.io/github/jmitchel3/django-hackref?branch=master
Hack Referrals is a Django app to create, monitor and track user referral links.
Quick start
-----------
1. Install via "pip"::
pip install django-hackref
2. Add "hackref" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'hackref',
]
3. Include the polls URLconf in your project urls.py like this::
url(r'^r/', include('hackref.urls')),
4. 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.3.tar.gz
(7.6 kB
view details)
File details
Details for the file django-hackref-0.1.3.tar.gz.
File metadata
- Download URL: django-hackref-0.1.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c207379cd9be053b1c2a6fb537fef7cf7c3ee417aaa7f6e2bd97e972d3ef054f
|
|
| MD5 |
fbfb7d57db15aa9b01efdbf7c36693e5
|
|
| BLAKE2b-256 |
5a868a3eec5ddfcb9f8b243adf17864f3a4fb38c899818a84c7ffb01baf07abb
|