Django

Code

Ticket #3216 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] Make django/bin/daily_cleanup.py script executable

Reported by: Alex Dedul Assigned to: adrian
Milestone: Component: Tools
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Patch is trivial.

Index: django/bin/daily_cleanup.py
===================================================================
--- django/bin/daily_cleanup.py (revision 4269)
+++ django/bin/daily_cleanup.py (working copy)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 """
 Daily cleanup job.
 

Attachments

Change History

01/02/07 14:39:30 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [4271]) Fixed #3216 -- Added shebang statement to daily_cleanup.py


Add/Change #3216 ([patch] Make django/bin/daily_cleanup.py script executable)




Change Properties
Action