Remove adding name by GG form
This commit is contained in:
parent
af74edecbb
commit
d49a41d56b
4 changed files with 5 additions and 16 deletions
|
@ -514,9 +514,6 @@ NEWSLETTER_BATCH_DELAY = 60
|
|||
# Number of emails in one batch
|
||||
NEWSLETTER_BATCH_SIZE = 100
|
||||
|
||||
# Google form to request name
|
||||
REGISTER_NAME_URL = None
|
||||
|
||||
try:
|
||||
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
|
||||
exec(f.read(), globals())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue