Skip to content
  • Alex Pyrgiotis's avatar
    admin: Define model views and their UI · 6e3b5c42
    Alex Pyrgiotis authored
    Instead of using an OrderedDict that may confuse the user, provide the
    following two settings:
    
    * ADMIN_VIEWS: The enabled model views and their corresponding labels
    * ADMIN_VIEWS_ORDER: The UI order of these views.
    
    Using the above two settings, we can construct an OrderedDict for our
    purposes.
    6e3b5c42