Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 236 Bytes

File metadata and controls

16 lines (11 loc) · 236 Bytes

mir_server

Mir Server

Component Architecture

image

Install

pip install -r requirements.txt

Database setup

python manage.py makemigrations python manage.py migrate

Run

python manage.py runserver