Skip to content

Website for Institution of Engineers, NITK Chapter

Notifications You must be signed in to change notification settings

chaitany10/ie-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IE-Website

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.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

About

Website for Institution of Engineers, NITK Chapter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.5%
  • CSS 18.6%
  • JavaScript 4.8%
  • Python 2.1%