subedisapana / iw-acad-gurukul-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iw-acad-gurukul-be

Web based online learning application

Getting started

Use the package manager pip to install Django and Django REST framework into the virtual environment

pip install django
pip install djangorestframework

To view the packages installed.

pip freeze

For the PostgreSQL review this documentation.

pip install psycopg2

For securing sensitive Django variables. For more information: documentation.

pip install python-decouple

About


Languages

Language:Python 99.6%Language:Shell 0.4%