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.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMQEg5f1Y5xAHaeoHLAtOUam7sJPvNptkx4XD9a%3DqO97DbF%2BBw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

