Applications¶
Applications enables our application system, allowing users to submit applications for approval.
Enabling Applications¶
- Docker: Add
applicationsto the list ofEXTENSIONSin the.envfile - Other: Add
applicationsto theEXTENSIONSin thesettings.pyfile
Creating Templates¶
Templates are what users will fill out for submission, and will be created in your administration panel.
- Navigate to your administration panel (https://DOMAIN/admin/)
- Look for
Application templates, this is where you will manage templates - Name and description are what you’d expect, this is what the user will see when deciding what to submit.
- Questions are what questions you’d like people to answer on submission. Click the
+icon to add questions, or select from existing. - “Groups to add” are groups that are added on application approval.
- “Groups to remove” are groups that are removed on applcation approval or rejection.
- “Required group” is a required group for a user to view this application template.
Applications¶
Under the sidebar menu, you’ll see a new Applications tab. This is where you’ll create and manage applications.
- The permission
View Applicationis required to manage applications. - The permission
Change Applicationis required to approve or deny applications. - If the
django_eveonline_connectorpackage is installed, applications will display the characters of the applicant.