CraigS2 / SpeciesNet

Aquatic Species Network site providing Aquarists a means share info and availability of Aquarium Fish Species
1 stars 1 forks source link

add mariadb support #2

Closed iragm closed 3 months ago

iragm commented 3 months ago

This code is working in my dev environment, take a look and let me know if it works for you

iragm commented 3 months ago

Added allauth and associated templates, as well as a bootstrap navbar.

allauth requires an email backend to work in production. In debug mode locally, you'll see a message on the console with the verification email, use that for testing.

You'll want a google captcha for production, once you've grabbed it update your .env with:

RECAPTCHA_PUBLIC_KEY
RECAPTCHA_PRIVATE_KEY

and uncomment the recaptcha fields in forms.py labeled TODO. Without this, you'll be flooded with spam users.