mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
Feature: Add Pinry plugin config to local_settings.py
This commit is contained in:
@@ -42,3 +42,7 @@ IMAGE_SIZES = {
|
|||||||
|
|
||||||
# Whether people can view pins without login
|
# Whether people can view pins without login
|
||||||
PUBLIC = True
|
PUBLIC = True
|
||||||
|
|
||||||
|
ENABLED_PLUGINS = [
|
||||||
|
'pinry_plugins.batteries.plugin_example.Plugin',
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user