aldryn / aldryn-blog

aldryn-blog IS DEPRECATED. PLEASE USE aldryn-newsblog!
Other
20 stars 35 forks source link

adding django migrations support #91

Open francofuji opened 9 years ago

kaedroho commented 9 years ago

It's probably better to rename the south migrations folder to south_migrations (South will detect this in 1.0 and above, so update that in install_requires) and name the django migrations folder migrations. This way it will continue to work in both environments without extra settings.

czpython commented 8 years ago

@francofuji please use migrations for django migrations and south_migrations for the old south migrations.