summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/south/creator/__init__.py
blob: 96a1a8021f8c5e63647e6d1b6a93e2241239cb91 (plain)
1
2
3
4
5
"""
The creator module is responsible for making new migration files, either
as blank templates or autodetecting changes. It contains code that used to
all be in startmigration.py.
"""