diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-11-23 20:46:48 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-11-23 20:46:48 +0000 |
commit | ef73580b0ae05f471a3b52f2109c7da21b999383 (patch) | |
tree | 27d3da2df65b8f6fda096c3acb964c81b61c4024 /rpkid/portal-gui | |
parent | 3856083455610e40a0ab83cbcfb49764fc9ba753 (diff) |
snapshot of work in progress
svn path=/branches/tk329/; revision=4898
Diffstat (limited to 'rpkid/portal-gui')
-rw-r--r-- | rpkid/portal-gui/settings.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in index 0c939c28..2b87629f 100644 --- a/rpkid/portal-gui/settings.py.in +++ b/rpkid/portal-gui/settings.py.in @@ -107,3 +107,6 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ) STATIC_URL = '/static/' + +# whether or not to force rpkid to run its cron job immediately after a change +RPKID_RUN = False |