DJango Plugin

SQLEditor 3.x includes the Django Plugin

Note that current versions of SQLEditor (3.x) include the Django Plugin in the application bundle and do not require a separate download.

You must install a system Django install using pip or similar.


Earlier versions only

You can import and export Django model files with this plugin.

  • It will export python files containing Django model classes.
  • It will import django class model files located in within a valid python module directory (with init file)

You need to have previously installed Django on your Mac to import files



NOTE: All SQLEditor plugins require that you have SQLEditor installed.

You must use SQLEditor 1.6 or later and we strongly recommend using at least 1.6.3 or later.


Installation

  1. Download the zip file
  2. Decompress
  3. Move the Django.bundle file to the following directory:
    /Library/Application Support/SQLEditor/Plugins/
    If the directory does not exist you may need to create it

Limitations

  • The importer isn't sandboxed.
  • There is some support for relationships but only field level (not Foreign Key Objects)
  • It is recommended to create an empty model and then export over the top of it. SQLEditor doesn't (yet) create a python module directory or any other configuration information.

DjangoPlugin 1.0

zip File
Version 1.0
Product Notes

Requirements

  • Mac OS X 10.5
  • Intel or PowerPC Mac
  • (Universal Binary)
  • -
  • SQLEditor 1.6 or later