Merge remote-tracking branch 'books_api/cjwin2000-google_books_apikey'
This commit is contained in:
@@ -117,6 +117,7 @@ class _Settings(_Base):
|
||||
|
||||
config_use_goodreads = Column(Boolean, default=False)
|
||||
config_goodreads_api_key = Column(String)
|
||||
config_googlebooks_api_key = Column(String, default='')
|
||||
config_register_email = Column(Boolean, default=False)
|
||||
config_login_type = Column(Integer, default=0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user