Difficulty Level: BeginnerIn this tutorial I’ll show you how to get a PostgreSQL database working on Windows for Django and we’ll create our first very, very, simple Model to add to our Admin backend.
Download VideoExternal Resources
- Download PostgreSQL for Windows
- Download psycopg2 for Windows
- Sublime Text 2 Django Snippets
(Click here for help installing ST2 packages)
Bonus Round!
If you’re anxious to know how to list Model data you’ve put into your Admin within a template, check this out.
We’ll go over this more in the next tutorial where we’ll also talk about how to filter and order your data in your Admin, Models, and Templates.

