Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / south / creator / __init__.py @ d1a4905f

History | View | Annotate | Download (185 Bytes)

1
"""
2
The creator module is responsible for making new migration files, either
3
as blank templates or autodetecting changes. It contains code that used to
4
all be in startmigration.py.
5
"""