Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在按照教程进行安装django-simple-history,但不知道在我的installed_apps settings.py. 由于教程没有提及任何内容,因此要导入的特定应用程序是否需要在我的settings.py? 这个测试让我更加困惑。
django-simple-history
installed_apps
settings.py
要启用 django-simple-history,请将以下内容放入已安装的应用程序中:
'simple_history'