On 3 oct, 22:06, "David Durham, Jr." <[EMAIL PROTECTED]>
wrote:
> On Fri, Oct 3, 2008 at 12:13 PM, tsmets <[EMAIL PROTECTED]> wrote:
> > I have an application that records the status of an applications.
> > Basically something like :
> > _ started-request
> > _ started
> > _ stop-requested
>
:(
=
1 {% extends "Base.html" %}
2
3 {% block title %}Show Acronyme{% endblock %}
4
5 {% block content %}
6
7 List of deployments for {{ acronym.letters }}
8
9 {% for env, statuses in app_deployed_status_lst
On Fri, Oct 3, 2008 at 12:13 PM, tsmets <[EMAIL PROTECTED]> wrote:
> I have an application that records the status of an applications.
> Basically something like :
> _ started-request
> _ started
> _ stop-requested
> _ stopped
> + some technical informations (version, host, URL, ...)
>
> I tho
I have an application that records the status of an applications.
Basically something like :
_ started-request
_ started
_ stop-requested
_ stopped
+ some technical informations (version, host, URL, ...)
I thought having a page that display per environment : dev, test,
acceptance, prod the s
4 matches
Mail list logo