Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 520 Bytes

File metadata and controls

25 lines (19 loc) · 520 Bytes

Django Server for CSyllabus

Primary Modules

  1. django
  2. django rest framework

Prerequisites

  1. Postgres
  2. Python

Installation

(Don't forget to be in virtual env. before these steps, see parent directory readme file)

pip install -r backend/requirements/devl.pip createdb $project_name

Configuration

config.sh config.bat

Run

run.sh run.bat

+ don't forget to add 'csyllabusapi' to your settings installed apps