Fcamp:การแก้ไขสำหรับผู้ใช้ windows 7
ไปยังการนำทาง
ไปยังการค้นหา
แก้ไขไฟล์ 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