Skip to content

Website for The Institution of Engineers, NITK Chapter

Notifications You must be signed in to change notification settings

dwaipayan05/ie-website

 
 

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!

About

Website for The Institution of Engineers, NITK Chapter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.7%
  • CSS 14.7%
  • JavaScript 4.3%
  • SCSS 3.8%
  • Python 2.5%