Django app allowing for South management through Admin.
Project description
Django South Admin
Django app allowing for South management through Admin.
django-south-admin allows you trigger South migrations and manage migration histories through Django’s admin interface.
django-south-admin utilizes django-object-tools to hook into Django’s admin interface and take care of user permissions.
Installation
Install django-object-tools as described here.
Install or add django-south-admin to your Python path.
Add south_admin to your INSTALLED_APPS setting.
Usage
Once installed you should see a new South section on admin home. On the Migration histories listing view a new Migrate tool will be available allowing you to run South’s migrate management command.
If you don’t see the tool make sure the logged in user has the appropriate Can migrate migration historys user permission assigned (or set user as superuser).
Clicking the Migrate tool link will immediatly kick-off South’s migrate management command and return its output.
Changelog
0.0.3 (2012-07-10)
setup.py correction to have correct description.
0.0.2 (2012-07-10)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_south_admin-0.0.3-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | c488d4705290d337c9f796c8c4f962c79856c317b42ceb46f663f9e270ea4cc7 |
|
MD5 | 4034075aaca32bac0340b059ffc24e1c |
|
BLAKE2b-256 | aec412002943a139a20b201dc9ba7ae34d8332ab73b060a6ad6f7a227994e12a |