feat: add project started date to person questions

Resolves #60
This commit is contained in:
James Graham
2021-03-01 19:26:59 +00:00
parent db76d57971
commit 6d5188af72
7 changed files with 44 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ ALLOWED_HOSTS={% for h in allowed_hosts %}{{ h }},{% endfor %}
ALLOWED_HOSTS={{ inventory_hostname }},localhost,127.0.0.1
{% endif %}
PARENT_PROJECT_NAME={{ parent_project_name }}
PROJECT_SHORT_NAME={{ display_short_name }}
PROJECT_LONG_NAME={{ display_long_name }}