This admin panel is intended to be an application for employees to manage and update the
capabilities and knowledge of this service bot system. It is a Django application designed to
accomodate a number of capabilities and features to provide keen insights about the system's
performance as well as control over it. It is intended for the use of food bank administration ONLY so
emphasis has been placed on user authentication and access control against unrestricted
individuals. The feature pages of this web application for the system are as follows which will
be discussed in more detail below: Audit logs, FAQs, Monitoring, and System Management.
-FAQs: Admins can create and manage FAQs here. This includes assigning question-answer as well as tags
for easy sorting and searching. Along with this customization, it contains deletion, modification, and
addition capabilities for them. These FAQs are the buckets by which the system will attempt to place a
customer's FAQ request into for appropriate answering.
-
Clone the repo:
https://github.com/usd-cs/COMP-49x-24-25-san-diego-food-bank.git
or
[email protected]:usd-cs/COMP-49x-24-25-san-diego-food-bank.git
-
Install required dependencies from requirements.txt:
-
Setup the PostgreSQL database: python manage.py migrate
-
Create a superuser account to access the admin: python manage.py createsuperuser
-
Run the development server and visit http://127.0.0.1:8000 to access via browser: python manage.py runserver