activitypub-example/activitypub
Alex 7ae546cc22
Correcting models.py (on_delete error)
Added the 'on_delete=CASCADE' argument on ForeignKey instances at line 64 and 89
2021-01-27 17:32:48 +01:00
..
activities Accept and deliver Follow activities 2017-07-29 19:29:19 +02:00
migrations Migrations for Activity 2017-08-03 02:18:58 +02:00
tests Start writing basic tests 2017-08-07 02:34:34 +02:00
__init__.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
apps.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
models.py Correcting models.py (on_delete error) 2021-01-27 17:32:48 +01:00
settings.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
urls.py Store activity sent and received as OrderCollections 2017-08-03 02:16:52 +02:00
views.py Store activity sent and received as OrderCollections 2017-08-03 02:16:52 +02:00
wsgi.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00