This is Official Website of Developer Students Club IIITDM Kurnool.
Build our College's Developer Student Club Website.
- Python
- Django
- Front End ( HTML, CSS, JS )
- Heroku Website Handeling
- 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
- Clone the Repo
$ git clone https://github.com/dsc-iiitdmk/DSC_IIITDMK_Official.git