Update api and templates for note and page
This commit is contained in:
@@ -29,3 +29,6 @@ SECRET_KEY = '''0123456789'''
|
||||
LOG_FILE = DIR_DATA + '/myapp.log'
|
||||
LONG_LOG_FORMAT = '%(asctime)s - [%(name)s.%(levelname)s] [%(threadName)s, %(module)s.%(funcName)s@%(lineno)d] %(message)s'
|
||||
LOG_FILE_SIZE = 128 # Размер файла лога в МБ
|
||||
|
||||
# Количество выводимых элементов на странице
|
||||
ITEMS_ON_PAGE = 100
|
||||
|
||||
Reference in New Issue
Block a user