Remove unnecessary apps from INSTALLED_APPS.

Review Request #6085 — Created July 8, 2014 and submitted

Information

Review Board
master
53b7e01...

Reviewers

Modules only need to be in INSTALLED_APPS if they provide models,
templates, template tags, or other such things. We have a few entries
listed that do not need to be there.

One of these, djblets.webapi, introduced problems when we added models
to reviewboard.webapi. App labels must be unique in INSTALLED_APPS,
due to several assumptions in Django, which was the source of this
problem. (Note that we still violate this all over the place, but it
doesn't seem to matter too much right now for the others.)

Tested that the dashboard, review UIs, API, and SSH still work.

All unit tests pass.

Description From Last Updated

'from settings_local import *' used; unable to detect undefined names

reviewbotreviewbot

'PIPELINE_CSS' imported but unused

reviewbotreviewbot

'PIPELINE_JS' imported but unused

reviewbotreviewbot
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/settings.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/settings.py
    
    
  2. reviewboard/settings.py (Diff revision 1)
     
     
    Show all issues
     'from settings_local import *' used; unable to detect undefined names
    
  3. reviewboard/settings.py (Diff revision 1)
     
     
    Show all issues
     'PIPELINE_CSS' imported but unused
    
  4. reviewboard/settings.py (Diff revision 1)
     
     
    Show all issues
     'PIPELINE_JS' imported but unused
    
  5. 
      
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (817b9d8)
Loading...