Blog

Django virtualenv support

SQLEditor’s Django plugin now supports virtualenv. (New in 3.3)

It’s currently app wide, rather than per-document, which is coming soon as well.

Just open preferences and set the path to the python install inside the virtualenv and SQLEditor should be able to figure out what it needs from there.

NOTE: This specified python binary will be run by SQLEditor during the import, with standard permissions, so the python binary must be trustworthy.

I’m still working away on this, so more improvements soon hopefully

Comments are closed.