When I started my site, I did not have a database running for a while. Just leave all the database fields in settings.py empty. You can follow other tutorials for examples of using views, URLs, templates, etc., And it should work fine, without using a database. However, when you get into models, forms, and user data, you will at least want to get a simple database like SQLite.
I came across a small factoid on the mailing list, which said that the database is required in django versions prior to 1.0 (the default anyway). But if you are new to django, you probably already have a version, a newer one.
Good luck
j_syk
source share