--
Ticket URL: <https://code.djangoproject.com/ticket/16718>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Django can't be packaged as a Python egg, in particular because it's hard
to retrieve the templates and translation files.
If I understand correctly, by "importing from a zipfile", you mean
"running from an egg", so it's a duplicate of #596.
--
Ticket URL: <https://code.djangoproject.com/ticket/16718#comment:1>
* keywords: => egg zip
Comment:
Replying to [comment:1 aaugustin]:
> it's a duplicate of #596.
I think it is actually a duplicate of #8280.
The Django installation docs make reference to installing as an egg, there
are various accepted patches for running from a zip file (eg #8238 and the
aforementioned #8280), and apparently it is (was?) the preferred (only?)
way to run Django on Google App Engine. - see
https://developers.google.com/appengine/articles/django10_zipimport as
well as other comments in those bugs.
--
Ticket URL: <https://code.djangoproject.com/ticket/16718#comment:2>