Changeset 5355
- Timestamp:
- 07/18/09 14:01:17 (8 months ago)
- Location:
- trunk/reports/Bcfg-Reports
- Files:
-
- 3 modified
-
bcfgreports/config/routing.py (modified) (1 diff)
-
bcfgreports/controllers/VersionController.py (modified) (2 diffs)
-
development.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reports/Bcfg-Reports/bcfgreports/config/routing.py
r5352 r5355 68 68 69 69 70 71 return map -
trunk/reports/Bcfg-Reports/bcfgreports/controllers/VersionController.py
r5351 r5355 1 1 # -*- coding: utf-8 -*- 2 3 from lxml import etree4 2 5 3 … … 8 6 from pylons import config 9 7 from webob import Response 10 from bcfg2.Server.Snapshots import Model, SnapShot11 from authkit.permissions import ValidAuthKitUser12 from authkit.authorize.pylons_adaptors import authorize13 8 14 9 from StringIO import StringIO 15 16 from virtualhelpdeskxml.lib.authWrapper import authWrapper17 10 18 11 -
trunk/reports/Bcfg-Reports/development.ini
r5349 r5355 36 36 37 37 # SQLAlchemy database URL 38 sqlalchemy.url = sqlite:///%(here)s/development.db38 #sqlalchemy.url = sqlite:///%(here)s/development.db 39 39 40 40 # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*