reimbursinator/back/users
2019-02-16 12:11:37 -08:00
..
migrations Merged data fields into Field table, added 'required' and 'auto_submit' fields to Section. 2019-01-31 16:55:11 -08:00
__init__.py Token authentication, api endpoints and 'BearerAuthentication' working. 2019-02-03 16:56:34 -08:00
admin.py Created initial user and some sample report objects. Initialized superuser to admin/admin 2019-01-22 17:03:07 -08:00
apps.py Created CustomUser and tweaked backend models. 2019-01-22 16:38:09 -08:00
forms.py Created CustomUser and tweaked backend models. 2019-01-22 16:38:09 -08:00
models.py Added docstring comments to all functions and classes. Renamed 'get_reports' to 'get_report'. 2019-02-16 12:11:37 -08:00
serializers.py Added docstring comments to all functions and classes. Renamed 'get_reports' to 'get_report'. 2019-02-16 12:11:37 -08:00
tests.py Created CustomUser and tweaked backend models. 2019-01-22 16:38:09 -08:00
views.py Changed to email instead of username, added first and last name. 2019-02-05 15:38:34 -08:00