7👍
✅
The recommended solution is not to use initial data fixtures with South at all, but to call loaddata from inside a migration instead:
See this discussion on Google Groups –
link
0👍
This unfortunately does not work anymore since django 1.6.
- [Django]-Getting 400's from aws ELB hostcheck to work with django ALLOWED_HOSTS in aws ECS under awsvpc networking mode?
- [Django]-Querying for timestamp field in django
Source:stackexchange.com