Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

چندین تغییر جدید ازجمله جنگو ۲ و ریکپچا ورژن ۳ #85

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
add smtp template in settings.py.sample\n remove postmarkapp from set…
…tings.py.sample
arfprogrammer committed Feb 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6ddd3fd4ae2c412b5e28b90b065438da8fff5a44
10 changes: 8 additions & 2 deletions bestoon/settings.py.sample
Original file line number Diff line number Diff line change
@@ -121,11 +121,17 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.10/howto/static-files/

PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
STATIC_ROOT = os.path.join(PROJECT_DIR, 'static')
STATIC_URL = os.path.join(PROJECT_DIR, 'static')
STATIC_ROOT = os.path.join(PROJECT_DIR, 'web/static')
STATIC_URL = '/static/'




RECAPTCHA_SECRET_KEY = ''
POSTMARK_API_TOKEN=''

EMAIL_HOST = ''
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''