Posts for Django
How to run sql on a Django test database before syncdb
This was a challenge that have waited for me for some time. I finally got the time to figure out how run your custom SQL on a test database before django create the tables for all your apps. This is not an quick and easy solution as I needed to dig through a lot of Django's db code. But it does get the job done.