Paul Ekirapa

Results 3 issues of Paul Ekirapa

@muneneevans voting we should move all parameters, args etc to camel case. Example in the submit API move from phone_number to phoneNumber.

Potential errors where a single instance is not found or multiple object instances are found. #### Proposed solution Use models.get(pk=id) to get a single model instance

Absolute referencing may bring issues when integrating with other tools such as celery. ### Proposed solution Bump Django version and do away with absolute referencing.