namanmanish / ie-website

Website for Institution of Engineers, NITK Chapter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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


Languages

Language:HTML 74.1%Language:CSS 18.9%Language:JavaScript 4.9%Language:Python 2.1%