Fcamp:การแก้ไขสำหรับผู้ใช้ windows 7

จาก Theory Wiki
รุ่นแก้ไขเมื่อ 05:56, 26 ตุลาคม 2553 โดย 158.108.225.222 (คุย) (หน้าที่ถูกสร้างด้วย ''''แก้ไขไฟล์ appengine_django/management/commands/runserver.py''': แถว ๆ บรรทัดที่ 65 เต…')
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา

แก้ไขไฟล์ appengine_django/management/commands/runserver.py:

แถว ๆ บรรทัดที่ 65 เติม args.extend(["--use_sqlite"])

 p = get_datastore_paths()
 args.extend(["--datastore_path", p[0], "--history_path", p[1]])
 args.extend(["--use_sqlite"])


แก้ไฟล์ appengine_django/db/base.py:

แถว ๆ บรรทัดที่ 131 เติม args['use_sqlite'] = True

   args = dev_appserver_main.DEFAULT_ARGS.copy()
   args['datastore_path'], args['history_path'] = self._get_paths()
   args['use_sqlite'] = True