2👍
✅
If you’re using Django 0.96 templates within a ‘normal’ App Engine app, then manage.py
isn’t involved at all.
/path/to/dev_appserver.py --clear_datastore .
is what you want, assuming you’re CD’d to the root of your app.
Source:stackexchange.com