Archives July 10, 2012
Patch Django Management to allow pyc, so and pyd modules
Written by
on
in
Snaking.
So you have an "embeddded" Django instance where you want to strip the thing down to the minimum required files. You run compileall on your site-packages, then strip/delete all of the .py files... and your Django becomes pretty useless, because it no longer recognizes any of your management plugins (not even the built-in ones).
This ...