
Horizon in Rocky 'fixed' recursive inheritance but this in turn broke our use of overextends. As such we drop overextends for Rocky onwards, but this means Adjutant-UI from Rocky onwards only works with Horizon from Rocky onwards. This also fixes issues with quota naming cleanup which was changed in Horizon proper. Change-Id: I60fa4e8e751bb62760830e37775c42b9900fb59c
9 lines
218 B
Python
9 lines
218 B
Python
# Making use of this to make a generic enabled file
|
|
# to load base adjutant-ui content.
|
|
FEATURE = "adjutant-ui-base"
|
|
|
|
# A list of applications to be added to INSTALLED_APPS.
|
|
ADD_INSTALLED_APPS = [
|
|
'adjutant_ui',
|
|
]
|