Command cs_makemigrations
#116
Labels
enhancement
New feature or request
tooling
tools around the CS, allows you easier to support and easier to develop
The command generates migrations based on current DB values for the settings.
Examples
./manage.py cs_makemigrations TITLE
- finds the app where the TITLE setting is stored and generates migration0005_cs_title.py
The content for the migration is:
Addition:
--name
attributeThe text was updated successfully, but these errors were encountered: