Stop tracking Django migrations
I stopped tracking the migration files because we changed the migration
system by using an SQL migration file. At the moment only the initial
migration is done on Django, no particular improvements build on the top
of it are necessary at the moment.
Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>