-
Archives
-
Meta
Category Archives: Database
Django Northwind Coming Soon
Whenever someone in the Microsoft development world has needed to demonstrate virtually anything utilising a database, the Microsoft Northwind database has been used. The beauty of the Northwind database being so widely recognised and frequently reused, is that developers around … Continue reading
Posted in Database, Programming
Tagged django, microsoft, microsoft northwind, northwind
Leave a comment
Django, Initial Data & Many To Many Tables
Django provides functionality through manage.py to manage the database that you’re using. The various utility commands range from building your database using syncdb command to tearing it down using flush. The functionality to manage the database through Django is great, … Continue reading
Posted in Database, Programming
Tagged django, fixtures, orm, python, unit testing, unit tests
1 Comment