Index: trunk/locker/deploy/bin/django
===================================================================
--- trunk/locker/deploy/bin/django	(revision 1280)
+++ trunk/locker/deploy/bin/django	(revision 1281)
@@ -22,8 +22,8 @@
 
 def reloader_thread():
-    while True:
-        if django.utils.autoreload.code_changed():
-	    os._exit(3)
-	time.sleep(1)
+  while True:
+    if django.utils.autoreload.code_changed():
+      os._exit(3)
+    time.sleep(1)
 t = threading.Thread(target=reloader_thread)
 t.daemon = True
@@ -74,6 +74,6 @@
     while (<SETTINGS>) {
       if (/^\)/) {
-	print NEWSETTINGS "    'django.contrib.admin',\n";
-	print NEWSETTINGS "    'django.contrib.admindocs',\n";
+        print NEWSETTINGS "    'django.contrib.admin',\n";
+        print NEWSETTINGS "    'django.contrib.admindocs',\n";
       }
       print NEWSETTINGS $_;
