A simple application that allows you to generate referral links and track referrals
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-simple-referrals-0.1.22.tar.gz
.
File metadata
- Download URL: django-simple-referrals-0.1.22.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e9187b44a4b445dc54d62cc92dc8d2bb3c5452cfc31161af33cc94d4eb3da96e
|
|
MD5 |
076d351dacb3dfd5265028e63b5a0018
|
|
BLAKE2b-256 |
598b8f69ac339259e27b5518ec28e4077b6654d713c9f2e7922daee57e1c79ed
|