Skip to content

Requirements

Pattadon L edited this page Sep 3, 2023 · 4 revisions

All of the requirement modules will be shown down below.

  1. Django (4.2.4) We use Django as the core framework for building our poll system. It provides the necessary structure and functionality to create, manage, and display polls, as well as handle user interactions and database operations.

  2. sqlparse (0.4.4) We use sqlparse to assist in parsing and formatting SQL queries and statements when interacting with the database within our Django application. This aids in debugging and optimizing database-related code.

  3. python-decouple We use python-decouple to manage configuration settings for our Django application. It enables us to store sensitive information such as secret keys, database credentials, and other settings securely outside of the codebase, promoting best practices for security and maintainability.

Clone this wiki locally