Skip to main content

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

  1. Install django-object-tools as described here.

  2. Install or add django-south-admin to your Python path.

  3. 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.

https://github.com/downloads/praekelt/django-south-admin/migrate_example.png

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.

Authors

Praekelt Foundation

  • Shaun Sephton

Changelog

0.0.3 (2012-07-10)

  1. setup.py correction to have correct description.

0.0.2 (2012-07-10)

  1. Initial release.

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

django-south-admin-0.0.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

django_south_admin-0.0.3-py2.7.egg (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page