In older django versions I use to load the default values using sql files which are in the folder sql in side the app directory. But in django.1.9c1 it's not working.
When I look at django documentation it seems like support raw sql file is removed to load the default data.
How to load the dafault data using raw sql queries.