Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add both backends to the example project again
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos committed May 12, 2020
1 parent 5cba97f commit 63bbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

AUTHENTICATION_BACKENDS = [
"django_cryptolock.backends.BitcoinAddressBackend",
# "django_cryptolock.backends.MoneroAddressBackend",
"django_cryptolock.backends.MoneroAddressBackend",
]
DJCL_BITCOIN_NETWORK = "mainnet"
DJCL_MONERO_NETWORK = "mainnet"
Expand Down

0 comments on commit 63bbc30

Please sign in to comment.