Ticket #14889: curr_dir--csrf_migration_helper.patch
File curr_dir--csrf_migration_helper.patch, 436 bytes (added by , 14 years ago) |
---|
-
csrf_migration_helper.py
353 353 sys.exit(1) 354 354 else: 355 355 os.environ["DJANGO_SETTINGS_MODULE"] = settings 356 sys.path.append( "." ) #added so that the Django settings module will look in the current directory. 356 357 357 358 main(args)