reimbursinator/back/backend
2019-03-09 12:59:19 -08:00
..
migrations Fix created/submitted dates to use timezone and call function when needed instead of at initialization. 2019-03-08 14:31:29 -08:00
templates/backend Fixed bug where all sections were showing in text email. 2019-03-08 12:57:07 -08:00
__init__.py Token authentication, api endpoints and 'BearerAuthentication' working. 2019-02-03 16:56:34 -08:00
admin.py Merged data fields into Field table, added 'required' and 'auto_submit' fields to Section. 2019-01-31 16:55:11 -08:00
apps.py Fixed merge conflict in reimbursinator/urls.py 2019-01-19 22:39:07 -08:00
hasher.py Moved policy files into 'backend/' and fixed (most) formatting issues. 2019-01-29 16:39:35 -08:00
models.py Fix created/submitted dates to use timezone and call function when needed instead of at initialization. 2019-03-08 14:31:29 -08:00
policy.py Merge pull request #113: Add economy ticket question/rule to policy 2019-03-06 18:00:18 -08:00
test_backend.py Created several more tests and renamed test file to 'test_backend.py'. 2019-03-09 12:55:17 -08:00
test_policy.py Implemented tests for create_report API and get_report helper function. 2019-03-06 15:10:18 -08:00
urls.py Simplified section update API endpoint. 2019-03-09 12:59:19 -08:00
views.py Simplified section update API endpoint. 2019-03-09 12:59:19 -08:00