Aniket468 / ContriHub-18

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContriHub-18

ContriHUB is an event where we are expecting to get more and more people involved in Open Source activities.

Instructions to run locally

  1. Install Python and some dev tools for Python
  • $ sudo apt-get install python-pip python-dev build-essential
  • $ apt install Python3.6
  • use easy_install for older versions of ubuntu e.g -$ easy_install python3-pip
  1. Install Pip
  • $ apt install python3-pip
  1. Install other requirements given in requirements.txt file`
  • $ pip install requirements.txt
  1. Modify database engine,
  • Comment line 100-114 in settings.py
  • uncomment line 115-120
  • save changes
  1. sync db
  • $ python manage.py makemigrations
  • $ python manage.py migrate
  1. runserver
  • $ Python manage.py runserver
  • $ visit 127.0.0.1:8000
  1. Done :-)

Deploy on Heroku -

Deploy

Contact ContriHUB Admins

Deepak Bharti
Abhey Rana
Akshay Sharma

About

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.


Languages

Language:JavaScript 60.1%Language:CSS 38.8%Language:Python 0.6%Language:HTML 0.6%Language:Shell 0.0%