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
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
apps.py
models.py Correcting models.py (on_delete error) 2021-01-27 17:32:48 +01:00
settings.py
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