So this template only has a local SQLite database (which shouldn't have been checked into Git, by that way) — that db.sqlite3 file. It won't persist across the app restarts, obviously.
Is back4app able to run a database instance to accompany a classic web app? For Django, most people would expect Postgres or MySQL, plus maybe Redis or Memcached for caching sessions.
So this template only has a local SQLite database (which shouldn't have been checked into Git, by that way) — that
db.sqlite3file. It won't persist across the app restarts, obviously.Is back4app able to run a database instance to accompany a classic web app? For Django, most people would expect Postgres or MySQL, plus maybe Redis or Memcached for caching sessions.