Allow extensions to specify their list of app directories.

Review Request #4280 — Created July 2, 2013 and submitted

Information

Djblets
master

Reviewers

Allow extensions to specify their list of app directories.

Extensions can define an 'apps' list as part of their class definition.
When loading, all items listed in apps will be added to INSTALLED_APPS,
and when unloading, those will all be removed.

If an extension does not provide 'apps', then this falls back on the
default behavior of using the app containing the extension class.
Tested with my new extension and an existing one.

Unit tests pass.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Loading...