DEBUG=True
TEMPLATE_DEBUG=DEBUG
SUPPRESS_NOTIFICATIONS=True
- MASTERSITE_ROOT="http://localhost:8000"
SITE_ROOT="http://localhost:8000"
NO_HTTPS_REDIRECT=True
#. In the pgweb directory run the following command to create all
form.cleaned_data['email'],
'Your new postgresql.org community account',
'account/new_account_email.txt',
- { 'uid': int_to_base36(user.id), 'token': token, 'user': user, 'mastersite': settings.MASTERSITE_ROOT}
+ { 'uid': int_to_base36(user.id), 'token': token, 'user': user}
)
return HttpResponseRedirect('/account/signup/complete/')
# In particular, adjust the email addresses
###
SITE_ROOT="http://www.postgresql.org" # Root of working URLs
-MASTERSITE_ROOT="http://wwwmaster.postgresql.org" # Root of working master web
FTP_PICKLE="/usr/local/pgweb/ftpsite.pickle" # Location of file with current contents from ftp site
NOTIFICATION_EMAIL="someone@example.com" # Address to send notifications *to*
NOTIFICATION_FROM="someone@example.com" # Address to send notifications *from*
Please go to the following page and choose a new password:
-{{mastersite}}/account/reset/{{uid}}-{{token}}/
+https://www.postgresql.org/account/reset/{{uid}}-{{token}}/
Your username, in case you've forgotten, is {{user.username}}.
Moderators; please check and moderate these items as soon as possible!
-{{mastersite}}/admin/pending/
+https://www.postgresql.org/admin/admin/pending/
"core/moderation_report.txt",
{
'items': counts,
- 'mastersite': settings.MASTERSITE_ROOT,
})