Skip to content

somdevanand/pegula-django

 
 

Repository files navigation

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 [email protected]: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

About

Python/Django Backend for Pegula CRM app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • HTML 2.3%