System Administrators Guide

Introduction

The system admin has the ability to make new users, edit their information and to delete user accounts.

How to Add a New System Admin

  1. Login to django admin (url/admin)
_images/django-admin-login.png
  1. Click ‘Add User’ on the top right of the page
_images/django-admin-users.png
  1. Enter the users details and save
_images/django-admin-users-save.png
  1. On the next page, scroll down and select ‘Staff Status’ and sys admin group, then save

Adding Students

Same process as above, except select ‘student’ group

_images/add-student.png

Adding Mentors

Same process as above, except select ‘Mentor’

_images/add-mentor.png

How to Remove User

  1. Login to django admin (url/admin)
  2. Open the users table
  3. Click the name of the user you want to remove
  4. Click the ‘Delete’ button
  5. Confirm deletion

How to Add a Car

  1. Login to django admin (url/admin)
  2. Open the Car table
  3. Select ‘Add Car’ in the top right hand corner
  4. Enter a CarID and tick ‘is_available’
_images/add-car.png
  1. Save

Note: if a car does not have is_available ticked, the system will assume the car is not available. It will not be displayed for booking to users.