Skip to content

Django Admin Page

Kele Kent edited this page May 21, 2024 · 14 revisions

How to Access

To access the Django admin page click on the help tab. Click on the Admin link to be moved to the admin page.

Authentication and Authorization

These settings provide permissions for the users. The group setting is used to group permissions. A user can be added to a group to receive those permissions. Groups - groups are used to give permissions to users Users - used to give each user-specific permissions to use on the program

File Manager

This is where files are modified

Data Analysis queues - If a file is uploaded and a data processor is called to work on it, a ProcessingApp object is created to store the data from the data processor.

File Storages - For each file uploaded to MS Connect a FileStorage object is created to store the file location.

Processing apps - A setting is added for each processor installed on the program. Clicking on a ProcessingApp object presents the user with the settings for that processing app.

Sample Records -

Saved Visualizations -

System Settings - Holds settings settings from the Advanced System Settings page.

user Settings - results in error

Visualization Apps - There is a "visualization apps" setting for each visualization tool. A visualizationApp object holds the settings for each visualization tool.

Worker Status -

Upsettings for pro or staff users(Options only accessible in admin interface (pdm_server/admin/):

  • conversion_settings: Json file settings for docker image, command before file and command after file
  • replace_raw_with_mzML: replace the uploaded raw file with the converted mzML file (deleting the uploaded raw file) or keep the uploaded raw file. image
Clone this wiki locally