##// END OF EJS Templates
Image deduplication (BB-53). When an image with the same hash is uploaded, it...
Image deduplication (BB-53). When an image with the same hash is uploaded, it won't be saved. Instead, post will be linked to the same PostImage object

File last commit:

r938:59592f00 default
r944:6ed17cb6 default
Show More
settings.py
2 lines | 71 B | text/x-python | PythonLexer
neko259
Implemented default settings (BB-51). If no setting is defined in settings.py, the ones from default_settings will be used
r938 from boards.default_settings import *
neko259
Moved imageboard settings to the boards settings module. Added setting to disable archive
r716
neko259
Implemented default settings (BB-51). If no setting is defined in settings.py, the ones from default_settings will be used
r938 # Site-specific settings go here