diff --git a/src/django_project/core/settings.py b/src/django_project/core/settings.py index 6236cf4..c6a0cf6 100644 --- a/src/django_project/core/settings.py +++ b/src/django_project/core/settings.py @@ -296,5 +296,5 @@ PROJECT_DESCRIPTION = ( """spokane_python is a super awesome project powered, in part, by amazing code provided by DjangoAddicts.""" ) -PROJECT_VERSION = env.str("PROJECT_VERSION", "0.0.1") +PROJECT_VERSION = env.str("IMAGE_TAG", "0.0.0") PROJECT_SOURCE = "https://github.com/SpokaneTech/SpokanePythonWeb" diff --git a/src/django_project/web/templates/web/full/host_info.html b/src/django_project/web/templates/web/full/host_info.html new file mode 100644 index 0000000..6fd0a10 --- /dev/null +++ b/src/django_project/web/templates/web/full/host_info.html @@ -0,0 +1,77 @@ +{% load static %} + + + + +
+ + + + + + + + + + + + +This page provides information about the host system running this application.
+