Application state migration tool, inspired by South
Project description
Run maintenance commands for Django apps in database migrations fashion.
Quickstart
Install django-south-central:
pip install django-south-central
Create database table for history:
python manage.py syncdb
Usage
Generate migration file and update its contents manually:
python manage.py appmigration app_name migration_name
Or, generate Django call_command call with specified arguments:
python manage.py appmigration app_name migration_name cmd_name cmd_arg
Apply migration:
python manage.py migrateapp app_name
History
0.1.0 (2014-04-01)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-south-central-0.2.0.tar.gz
.
File metadata
- Download URL: django-south-central-0.2.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5b06e3d8b0fb93d5b29e36185fda0708622422c626e8bb5c453e3360c83f4cf |
|
MD5 | 7f259f690ac0259810844511396a7e97 |
|
BLAKE2b-256 | 095b85efe7b1fbe0ca5c48ef9e682e7bf2cc8441d9c67f8cbcfa1eed9534a7f6 |