
看了一下日志,报以下错:
ProgrammingError: (1146, “Table ‘seahub-db.notifications_notification’ doesn’t exist”)
2022-02-14 00:48:29,252 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
这个问题要怎么解决?
CREATE TABLE `notifications_notification` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`message` varchar(512) NOT NULL,
`primary` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
KEY `notifications_notification_primary_4f95ec21` (`primary`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
自己建一下试试