Feature: Add Pinry plugin config to local_settings.py

This commit is contained in:
winkidney
2020-05-08 00:25:13 +08:00
parent 5c44869647
commit 5a102dfce4

View File

@@ -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',
]