Add both backends to the example project again

This commit is contained in:
Gonçalo Valério 2020-05-12 17:52:55 +01:00
parent 5cba97f144
commit 63bbc30df5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ LOGOUT_REDIRECT_URL = "/"
AUTHENTICATION_BACKENDS = [
"django_cryptolock.backends.BitcoinAddressBackend",
# "django_cryptolock.backends.MoneroAddressBackend",
"django_cryptolock.backends.MoneroAddressBackend",
]
DJCL_BITCOIN_NETWORK = "mainnet"
DJCL_MONERO_NETWORK = "mainnet"