Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (37 loc) · 1.11 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.11 KB

cerebro-backend-2020

Website for Cerebro 2020 powered by and

Development 🔧

Setup

$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020

For setting virtual environment

$ virtualenv venv

For activating virtual environment in Windows

$ venv/Scripts/activate

For activating virtual environment in Linux and macOS

$ source venv/bin/activate

For deactivating virtual environment

$ deactivate

After creating virtual environment

Start

$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Authors 📝

©️ Web Team Cerebro 🎉