feat: add posting capabilities
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user