/dsciiitk

This is Official Website of Developer Students Club IIITDM Kurnool.

Primary LanguageJavaScript

DSC IIITDM Kurnool Official Website

This is Official Website of Developer Students Club IIITDM Kurnool.

License Linkedin Follow Travis Integration Implementation Project Status

Introduction

Build our College's Developer Student Club Website.

Prerequisites ( Skills )

  • Python
  • Django
  • Front End ( HTML, CSS, JS )
  • Heroku Website Handeling

Installation

  • pip3 and virtual environment installation
$ sudo apt-get install python3-pip
$ sudo pip3 install virtualenv 
  • Make Virtual Enviroment
$ virtualenv venv-django --python=python3
  • Activate Virtual Env
$ source venv-django/bin/activate
  • Install Requirements ( django=2.2.4 , etc )
$ pip3 install -r requirements.txt
  • python version used 3.6.8

Setup ( For Developers )

  • Clone the Repo
$ git clone https://github.com/dsc-iiitdmk/dsciiitk

Test commit