Skip to main content

A simple application that allows you to generate referral links and track referrals

Project description

https://badge.fury.io/py/django-referrals.svg https://travis-ci.org/narnikgamarnikus/django-referrals.svg?branch=master https://codecov.io/gh/narnikgamarnikus/django-referrals/branch/master/graph/badge.svg

A simple application that allows you to generate referral links and track referrals

Documentation

The full documentation is at https://django-referrals.readthedocs.io.

Quickstart

Install referrals:

pip install django-referrals

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'referrals.apps.ReferralsConfig',
    ...
)

Add referrals’s URL patterns:

from referrals import urls as referrals_urls


urlpatterns = [
    ...
    url(r'^', include(referrals_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-04-13)

  • First release on PyPI.

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-simple-referrals-0.1.22.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file django-simple-referrals-0.1.22.tar.gz.

File metadata

File hashes

Hashes for django-simple-referrals-0.1.22.tar.gz
Algorithm Hash digest
SHA256 e9187b44a4b445dc54d62cc92dc8d2bb3c5452cfc31161af33cc94d4eb3da96e
MD5 076d351dacb3dfd5265028e63b5a0018
BLAKE2b-256 598b8f69ac339259e27b5518ec28e4077b6654d713c9f2e7922daee57e1c79ed

See more details on using hashes here.

Supported by

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