addisclinic/mobile-dispatch-server

Consistent Codebase Refactor

tribbettz opened this issue · 0 comments

Currently - the codebases on prod, dev, and github all contain different code. My feeling is that there is code on both prod and dev that will make up our new "master" branch.

This task has a few part including testing current endpoints on production and development with the Client (Albert), refactoring and organizing based on PEP8 and python/django best practices, and move certain tasks/modules into Django (settings, management, etc) such as database configuration, url paths, etc.