Tag Archives: unit testing

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