feat: add posting capabilities

This commit is contained in:
2024-10-21 23:25:36 +02:00
parent 01050792d0
commit b84d0ba0af
6 changed files with 140 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ MEDIA_PROCESSED_DIR_RELATIVE = Path("processed") # Relative to MEDIA_ROOT
CRISPY_TEMPLATE_PACK = 'bootstrap4'
FEDIVERSE_SERVER = config.get('fediverse', 'server')
FEDIVERSE_TOKEN = config.get('fediverse', 'token')
# Application definition
INSTALLED_APPS = [