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.
Release files for django-south-central 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-south-central-0.2.0.tar.gz | 6.6 kB | Details |
Release files / django-south-central-0.2.0.tar.gz
| Download URL | django-south-central-0.2.0.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5b06e3d8b0fb93d5b29e36185fda0708622422c626e8bb5c453e3360c83f4cf
|
|
BLAKE2b-256 checksum How to use checksums |
095b85efe7b1fbe0ca5c48ef9e682e7bf2cc8441d9c67f8cbcfa1eed9534a7f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |