##// END OF EJS Templates
Refactored post view, added a hint of how to add new tags to favorites
Refactored post view, added a hint of how to add new tags to favorites

File last commit:

r1052:a66b11af default
r1093:0edfd683 default
Show More
settings.py
4 lines | 98 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
Save bump limit separately for every thread
r1052 # Site-specific settings go here
MAX_POSTS_PER_THREAD = 12