Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 532 Bytes

File metadata and controls

17 lines (10 loc) · 532 Bytes

Pegula Python/Django Backend

This Django project provides the backend Web service API for the Pegula CRM web application.

To run the pegula server locally run the following commands:

git clone git@github.com:ivanaszuber/pegula-django.git pegula-django/

cd pegula-django

pip3 install -U -r requirements.txt  # install Python dependencies

python3 manage.py migrate #create the database and load initial data

python3 manage.py runserver #run the server on localhost:5050