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 , , , | 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 , , , , , | 1 Comment