-
Visit www.balancedpayments.com and get yourself an API key
-
pip install django-balanced -
Edit your
settings.pyand add the API key like so:import os BALANCED = { 'API_KEY': os.environ.get('BALANCED_API_KEY'), } -
Add
django_balancedto yourINSTALLED_APPSinsettings.pyINSTALLED_APPS = ( ... 'django.contrib.admin', # if you want to use the admin interface 'django_balanced', ... ) -
Run
BALANCED_API_KEY=YOUR_API_KEY django-admin.py syncdb -
Run
BALANCED_API_KEY=YOUR_API_KEY python manage.py runserver -
Visit
http://127.0.0.1:8000/adminand pay some people!
-
Notifications
You must be signed in to change notification settings - Fork 19
Got Django? Start paying people in 10 minutes
balanced/django-balanced
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Got Django? Start paying people in 10 minutes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published