Changeset 4902
- Timestamp:
- 09/03/08 14:29:59 (3 months ago)
- Files:
-
- trunk/bcfg2/src/lib/Server/Reports/updatefix.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bcfg2/src/lib/Server/Reports/updatefix.py
r4889 r4902 96 96 fresh = True 97 97 98 # ensure database connection are close, so that the management can do it's job right 99 cursor.close() 100 connection.close() 101 # Do the syncdb according to the django version 98 102 if "call_command" in dir(django.core.management): 99 103 # this is available since django 1.0 alpha.
