spaceport/apiserver/apiserver/api
2022-07-04 20:55:53 -06:00
..
emails Send an email to people interested in a course 2022-05-04 23:02:39 +00:00
management/commands Iterate over Members instead of Users in discourse integration 2022-04-21 22:21:16 +00:00
__init__.py Create an index of all history changes 2020-02-24 23:49:14 +00:00
admin.py Don't register historical tables in admin interface 2020-02-13 02:16:21 +00:00
apps.py Create an index of all history changes 2020-02-24 23:49:14 +00:00
fields.py Move utils and permissions to own file, clean up code 2020-01-22 22:32:58 +00:00
models.py Display number of interests in course list 2022-05-04 20:36:55 +00:00
permissions.py Serialize History and expose to API 2020-02-25 23:32:28 +00:00
serializers.py Automatically confirm students if they've already paid 2022-05-12 06:16:17 +00:00
signals.py Remove member_id from geting object owner 2021-12-08 22:19:46 +00:00
test_api.py add unhappy day registration test cases 2022-07-04 20:55:53 -06:00
tests.py test: remove unused django setup calls 2022-06-26 08:14:21 -07:00
throttles.py implement registration API tests 2022-07-04 20:43:06 -06:00
utils_auth.py Allow users to customize their Discourse username 2021-10-02 04:45:00 +00:00
utils_email.py Send an email to people interested in a course 2022-05-04 23:02:39 +00:00
utils_ldap.py Remove all references to member_id hint 2021-11-16 22:18:47 +00:00
utils_paypal.py Only set to Confirmed if Waiting for payment 2022-06-06 06:42:09 +00:00
utils_stats.py Use correct timezone in iCal email 2022-04-21 22:21:16 +00:00
utils.py implement registration API tests 2022-07-04 20:43:06 -06:00
views.py Replace ... on /sign 2022-06-22 05:12:36 +00:00