Changeset 1281 for trunk/locker/deploy/bin/django
- Timestamp:
- Jul 26, 2009, 2:09:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/deploy/bin/django
r1279 r1281 22 22 23 23 def reloader_thread(): 24 25 26 27 24 while True: 25 if django.utils.autoreload.code_changed(): 26 os._exit(3) 27 time.sleep(1) 28 28 t = threading.Thread(target=reloader_thread) 29 29 t.daemon = True … … 74 74 while (<SETTINGS>) { 75 75 if (/^\)/) { 76 77 76 print NEWSETTINGS " 'django.contrib.admin',\n"; 77 print NEWSETTINGS " 'django.contrib.admindocs',\n"; 78 78 } 79 79 print NEWSETTINGS $_;
Note: See TracChangeset
for help on using the changeset viewer.