This webpage contains a tutorial on creating a Django web application, specifically setting up the database and creating the first model. It introduces Django’s built-in admin site and guides new users through configuring their databases, primarily using SQLite. Lastly, it explains how to use the 'migrate' command to create necessary database tables based on the application settings.
Django | Writing your first Django app, part 2 | Django documentation
http://docs.djangoproject.com/en/dev/intro/tutorial02/#intro-tutorial02