django-south-central 0.2.0
pip install django-south-central
Latest version
Released:
Application state migration tool, inspired by South
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Dmitry Kozhedubov
- Tags south_central
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Dmitry Kozhedubov
- Tags south_central
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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 |