The Wayback Machine - https://web.archive.org/web/20201201233518/https://github.com/IE-NITK/ie-website
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
sig
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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!

You can’t perform that action at this time.