Skip to content

RECursion-NITD/RECursionNITD-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

RECursionNITD-website

steps to install

  1. create python virtualenv
  2. install all packages from requirements.txt
  3. create .env file in project root (website/) with dbdetails

sample:

DB_NAME=HELLO_DJANGO
DB_USER=U_HELLO
DB_PASSWORD=hA8(scA@!fg3*sc&xaGh&6%-l<._&xCf
DB_HOST=127.0.0.1
DB_PORT=""

SOCIAL_AUTH_GOOGLE_OAUTH2_KEY='googlekey'
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET='googleSECRET'
  1. run python manage.py makemigrations
  2. run python manage.py migrate
  3. run python manage.py runserver