dwaipayan05 / ie-website

Website for The Institution of Engineers, NITK Chapter

Home Page:http://ie.nitk.ac.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Website for The Institution of Engineers, NITK Chapter

http://ie.nitk.ac.in/


Languages

Language:HTML 74.7%Language:CSS 14.7%Language:JavaScript 4.3%Language:SCSS 3.8%Language:Python 2.5%