This project is a Django-based web application that utilizes the latest version of Bootstrap for responsive design. The application is designed to provide a modern look and feel, enhancing the overall user experience.
The project has several Python dependencies which are listed in the requirements.txt file. Some of the key dependencies include:
- asgiref==3.7.2
- beautifulsoup4==4.12.2
- Django==4.2.7
- django-bootstrap-v5==1.0.11
- sqlparse==0.4.4
- virtualenv==20.24.6
To install the dependencies, navigate to the project directory and run:
pip install -r requirements.txtThis will install all the required packages.
After installing the dependencies, you can run the Django server with the following command:
python manage.py runserverThe app should be accessible at http://localhost:8000/ in your web browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT License Copyright (c) [2022] [UgDevs]