summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Reports.py
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-06-01 09:14:37 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-06-04 14:25:58 -0500
commit48d77ab49b8c8e69c38b2b659ba4b31e781443c8 (patch)
tree63378c40ba54716f47bab836585e42ed4f46e223 /src/lib/Bcfg2/Server/Admin/Reports.py
parent7b8a57ef6a643e7340ef2c825bdf889693cb8bbe (diff)
downloadbcfg2-48d77ab49b8c8e69c38b2b659ba4b31e781443c8.tar.gz
bcfg2-48d77ab49b8c8e69c38b2b659ba4b31e781443c8.tar.bz2
bcfg2-48d77ab49b8c8e69c38b2b659ba4b31e781443c8.zip
Admin reports: add django shell and dbshell commands
Diffstat (limited to 'src/lib/Bcfg2/Server/Admin/Reports.py')
-rw-r--r--src/lib/Bcfg2/Server/Admin/Reports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Reports.py b/src/lib/Bcfg2/Server/Admin/Reports.py
index 97db140b7..b455f443e 100644
--- a/src/lib/Bcfg2/Server/Admin/Reports.py
+++ b/src/lib/Bcfg2/Server/Admin/Reports.py
@@ -77,7 +77,7 @@ class Reports(Bcfg2.Server.Admin.Mode):
'''Admin interface for dynamic reports'''
__shorthelp__ = "Manage dynamic reports"
__longhelp__ = (__shorthelp__)
- django_commands = ['syncdb', 'sqlall', 'validate']
+ django_commands = ['dbshell', 'shell', 'syncdb', 'sqlall', 'validate']
__usage__ = ("bcfg2-admin reports [command] [options]\n"
"\n"
" Commands:\n"