Skip to content

Commit 9ad9517

Browse files
authored
enable shares
1 parent 72bd65c commit 9ad9517

File tree

1 file changed

+1
-0
lines changed
  • {{cookiecutter.code}}/{{cookiecutter.project_slug}}

1 file changed

+1
-0
lines changed

{{cookiecutter.code}}/{{cookiecutter.project_slug}}/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def whitelist_email_from_env(var_env_name):
217217
"BIC" : "{{cookiecutter.BIC}}",
218218
"NAME" : "{{cookiecutter.NAME}}",
219219
"ESR" : "{{cookiecutter.ESR}}"}
220+
ENABLE_SHARES = True
220221
SHARE_PRICE = "{{cookiecutter.share_price}}"
221222

222223
CONTACTS = {

0 commit comments

Comments
 (0)