/django-whmcs

Python Library for WHMCS

Primary LanguagePython

django-whmcs

A Django app to provide integration with .WHMCS.

Installation

Add the following to your settings.py:

AUTHENTICATION_BACKENDS = (
'whmcs.backends.AccountBackend',
'django.contrib.auth.backends.ModelBackend',
)

AUTH_PROFILE_MODULE = 'whmcs.UserProfile'

from libs.whmcs.settings import *

Credits

Forked from: .robrocker7