Can you use Django without a database?

However, while you can use django with no database , the object-relational mapper is pretty much its first and foremost advertised feature. Django was designed to produce database-backed web sites, so if you’re not going to use a database you might end up dealing with a bunch of unnecessary hassle.

Read more