Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

jdob/fusion-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Installation

  • Python 3 and pip are required.
  • Install the project dependencies:

pip -r requirements.txt

  • Install the project source:

pip install -e .

  • Populate the database. This needs to be done prior to the first installation and on any subsequent database schema change. From a fresh checkout, sqlite will be used; an external database is not needed.

python manage.py migrate

  • To run the server:

python manage.py runserver

About

Backend service for the Fusion partner tracking application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published