This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Add Pinry plugin config to local_settings.py
pull/194/head
winkidney
4 years ago
parent
5c44869647
commit
5a102dfce4
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
pinry/settings/local_settings.example.py
+ 4
- 0
pinry/settings/local_settings.example.py
View File
@@ -42,3 +42,7 @@ IMAGE_SIZES = {
# Whether people can view pins without login
PUBLIC = True
ENABLED_PLUGINS = [
'pinry_plugins.batteries.plugin_example.Plugin',
]
Write
Preview
Loading…
Cancel
Save