Team Quark's submission for the Bridgestone Hackathon.
- Clone the Repository
git clone https://github.com/omkar3602/Bridgestone-Idea-Management-Platform.git
-
Make sure you have Python 3.x installed. Or install it from here.
-
Install the virtualenv package.
pip install virtualenv
- Create a virtual environment.
virtualenv env
- Activate virtual environment.
env\Scripts\activate
- Install the requirements for the project.
pip install -r requirements.txt
- Create a .env file in the root directory. It sholud contain the following variables.
- SECRET_KEY: Secret Key used by Django in
projectname\settings.py
- DEBUG: Describes whether the project is in development or production.
- ADMIN_EMAIL: Email ID of sytem admin. Used for automatic mailing feature.
- PASSWORD: Password of admin email. (If password doesn't work, app password is required).
- WEB_URL: This is the base url of the website.
- SECRET_KEY: Secret Key used by Django in
Example:
SECRET_KEY="abcdefghi"
DEBUG="False"
ADMIN_EMAIL="admin@abcd.com"
PASSWORD="12345678"
WEB_URL="http://127.0.0.1:8000/"
- Start the server.
python manage.py runserver
- Great! The website should be running at http://localhost:8000/
Email: omkarj3602@gmail.com
Password: 1234
Email: omkar3602@gmail.com
Password: 1234
Email: landgechaitanya2002@gmail.com
Password: 1234
Email: rautneha372@gmail.com
Password: 1234