Writing your first Django app, part 2¶ This tutorial begins where Tutorial 1 left off. We’ll set up the database, create your first model, and get a quick introduction to Django’s automatically-generated admin site. Where to get help: If you’re having trouble going through this tutorial, please head over to the Getting Help section of the FAQ. Database setup¶ Now, open up mysite/settings.py. It’s