Skip to content

IE-NITK/ie-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46710b8 Β· May 23, 2023
Jan 4, 2023
Sep 15, 2021
May 23, 2023
Oct 12, 2022
Jan 4, 2023
May 23, 2023
Sep 15, 2021
May 23, 2023
Jan 16, 2022
Oct 1, 2021
Sep 20, 2021
Sep 20, 2020
May 5, 2021
Sep 20, 2020
Sep 15, 2021
Aug 29, 2018
Aug 13, 2020
Aug 13, 2020

Repository files navigation

IE-Website

All Contributors

Install components

sudo apt-get update
sudo apt-get install python-pip 

Setting up Virtual Environment and Install Requirements

sudo pip install virtualenv
python3 -m venv myvenv
source myvenv/bin/activate
pip install -r requirements-local.txt

Running the website locally

Update settings.py:
  1. Make DEBUG = True
  2. In DATABASES option , uncomment the commented and comment the uncomment 
cd ~/ie-website
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Chaitany Pandiya

πŸ’»

madhumithanara

πŸ’»

K Rahul Reddy

πŸ’» 🎨

Tushar Dubey

πŸ’» πŸ“–

Dhanwin Rao

πŸ’»

Paranjaysaxena

πŸ’»

Shreesha-B

πŸ’»

Mehnaz Yunus

πŸ’» πŸ“– 🎨 πŸ–‹ πŸ›

Shreyas Shankar

πŸ’» πŸ›

Mishal Shah

πŸ’» 🎨 πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!