home / django_tickets / tickets

tickets: 6080

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
6080 2007-12-01 17:44:46 2009-12-18 15:06:22 2022-03-06 03:36:11.633019 Accepted closed Core (Other)     dev wontfix Document the possibility of using egg-files for apps / reintroduce support for setuptools to continue the reusable apps GSoC project Setuptools' pkg_resources allows module loading from egg-files, which is also applicable for Django apps. The attached code enables Django to load apps from locations defined in a APP_DIRS list. All modules having the entry_point defined in APP_ENTRY_POINT (default: django.apps) found in these directories are automatically loaded and added to the INSTALLED_APPS list. Please keep in mind to use the 'django.template.loaders.eggs.load_template_source' in TEMPLATE_LOADERS to load templates from eggs. More information on using Django with setuptools in my weblog entry: http://jannisleidel.com/2007/11/using-django-with-setuptools/ jezdez jezdez setuptools apps eggs sprintdec01 0 1 1 1 0 0
Powered by Datasette · Queries took 0.983ms