Skip to content

refactor(backend): removed dynamic imports 馃帄

Florent Chehab requested to merge refactor/backend into master
  • Removed all dynamic imports to have more standard Django infrastructre and ease future refactoring
  • Removed now useless config files
  • Returns the list of available endpoints to the frontend directly from the html
  • updated documentation accordingly

Fixes #95 (closed)

Merge request reports