Added missing "pyams_cache" package in Pyramid includes 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Mon, 12 Jun 2017 12:17:36 +0200
changeset 8 4d3cdf2098e3
parent 7 7ab141dfabe4
child 9 388e62eec460
Added missing "pyams_cache" package in Pyramid includes
{{cookiecutter.project_slug}}/etc/development.ini
{{cookiecutter.project_slug}}/etc/production.ini
--- a/{{cookiecutter.project_slug}}/etc/development.ini	Fri Jun 09 17:47:13 2017 +0200
+++ b/{{cookiecutter.project_slug}}/etc/development.ini	Mon Jun 12 12:17:36 2017 +0200
@@ -36,6 +36,7 @@
 {%- if cookiecutter.use_ldap %}
     pyams_ldap
 {%- endif %}
+    pyams_cache
     pyams_alchemy
     pyams_zmq
     pyams_scheduler
--- a/{{cookiecutter.project_slug}}/etc/production.ini	Fri Jun 09 17:47:13 2017 +0200
+++ b/{{cookiecutter.project_slug}}/etc/production.ini	Mon Jun 12 12:17:36 2017 +0200
@@ -35,6 +35,7 @@
 {%- if cookiecutter.use_ldap %}
     pyams_ldap
 {%- endif %}
+    pyams_cache
     pyams_alchemy
     pyams_zmq
     pyams_scheduler