Add basic support for performing / tracking app upgrades

also add `MasterView.executable` and friends
This commit is contained in:
Lance Edgar 2017-08-05 22:07:49 -05:00
parent f476c696fd
commit f5688f1f90
11 changed files with 386 additions and 26 deletions

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8; -*-
################################################################################
#
# Rattail -- Retail Software Framework
@ -24,8 +24,9 @@
Static Assets
"""
from __future__ import unicode_literals
from __future__ import unicode_literals, absolute_import
def includeme(config):
config.add_static_view('tailbone', 'tailbone:static')
config.add_static_view('deform', 'deform:static')

View file

@ -174,6 +174,9 @@ $(function() {
$('button, a.button').button();
$('input[type=submit]').button();
$('input[type=reset]').button();
$('input[type="submit"].autodisable').click(function() {
disable_button(this);
});
/*
* enhance dropdowns