Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 429 Bytes

File metadata and controls

27 lines (17 loc) · 429 Bytes

Connactivity Backend

This repository contains the backend of Connactivity, written in Django.

To make migrations run:

python manage.py makemigrations

To migrate run:

python manage.py migrate

To run the server:

python manage.py runserver

Resources:

Django

Django Rest Framework