Added email verification

This commit is contained in:
ayxan
2022-09-10 01:35:48 +04:00
parent e513c2f6df
commit a7f615b336
10 changed files with 130 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ https://ayxan.pythonanywhere.com
**pip install -r requirements.txt<br />
cd src/<br />**
add SECRET_KEY to .env.example file<br />
add SECRET_KEY, EMAIL_HOST_PASSWORD to .env.example file<br />
rename .env.example to .env<br />
**python3 manage.py makemigrations account --settings=config.settings.development<br />