kepi is a Django-based microblogging system, implemented in Python. It uses the ActivityPub protocol to communicate with other servers, and the Mastodon protocol to communicate with clients.
 
 
 
 
Go to file
Marnanel Thurman 2ff911de96 The return of FollowersView 2018-09-01 18:19:10 +01:00
django_kepi The return of FollowersView 2018-09-01 18:19:10 +01:00
tests ActivityObjectView delegates to its subclass for content via objectDetails(). 2018-08-31 17:55:57 +01:00
things_for_testing Added tests to ensure that other apps can make to our data. 2018-08-30 00:59:38 +01:00
.gitignore build/ and dist/ into .gitignore 2018-08-30 01:02:52 +01:00
LICENSE.txt
MANIFEST.in
README.md
manage.py
requirements.txt
runtests.py
setup.py
test_settings.py
test_urls.py Added tests to ensure that other apps can make to our data. 2018-08-30 00:59:38 +01:00

README.md