From 23f25e52fc9e112e66801613f5721e7d5dbab0f9 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 6 Feb 2009 16:30:02 -0500 Subject: Misc script changes that haven't been committed. --- scripts/daily_cleanup.py | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 scripts/daily_cleanup.py (limited to 'scripts/daily_cleanup.py') diff --git a/scripts/daily_cleanup.py b/scripts/daily_cleanup.py old mode 100644 new mode 100755 index 98f997b..fcc5bce --- a/scripts/daily_cleanup.py +++ b/scripts/daily_cleanup.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + from django.db import backend, connection, transaction """ Daily cleanup file This purges the session data that is old from the session table. -- cgit v1.2.3-24-g4f1b