Skip to content

agusmakmun/django-whmcs

 
 

Repository files navigation

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

About

Python Library for WHMCS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%