Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install north

How to install North

  1. Download and install ActivePython
  2. Buy and install the Business Edition license from account.activestate.com
  3. Open Command Prompt
  4. Type pypm install north

North contains builds that are only available via PyPM when you have a current ActivePython Business Edition subscription.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.1.5
0.1.5 Available View build log
Linux (32-bit)
0.1.5
0.1.5 Available View build log
Linux (64-bit)
0.1.5
0.1.5 Available View build log
 
Author
License
Free BSD
Dependencies
Depended by
Imports

North is a Python code serializer/deserializer for Django which lets you write intelligent fixtures and generate database dumps. You can use it to provide automated database migrations, which makes it an alternative to South

North includes an optional single-table solution for handling multilingual database content.

North doesn't require any database model, it is not even a Django app. Basic usage in your settings.py file is:

from north import Site
SITE = Site(__file__,globals(),'myapp1','myapp2',...)
# your settings here

See the Usage page for djangosite which applies entirely for a North site.

North works by adding a new serialization format "py" to Django's SERIALIZATION_MODULES setting. You can then specify this in the --format option of Django's dump command:

manage.py dump --format py

Instantiating a North Site will install sensible default values for certain Django settings, including INSTALLED_APPS and SERIALIZATION_MODULES.

Subscribe to package updates

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.