tickets: 596
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
596 | 2005-10-06 17:32:50 | 2012-04-06 05:20:32 | 2022-03-06 03:21:10.053031 | Accepted | closed | Core (Other) | Bug | Normal | dev | wontfix | Allow Django to be packaged as a Python egg | This patch allows Django to be packaged as a [http://peak.telecommunity.com/DevCenter/PythonEggs Python egg file]. This means that you can download the Django source and build an egg file with "python setup.py bdist_egg", and that egg contains all of Django and can be dropped onto sys.path and used like other eggs. In particular, this makes it easier to use Django when you don't want to install it into your Python directory (either with "setup.py install" or with a symlink). This patch incorporates some code from ticket #582. | nobody | sil@kryogenix.org | 0 | 1 | 1 | 0 | 1 | 0 |