Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 315 Bytes

Agrivator

Backend for the Agrivator Platform

Installation

Use the package manager pip to install dependencies

pip install -r requirements.txt

Usage

python manage.py migrate # Applying Migrations
python manage.py runserver # Development Server