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.
我有使用 python 编程的经验,但对 Django 很陌生。我最近浏览了本教程并且一切都有意义,但是我想知道是否可以从已经存在的数据库表创建视图而无需创建模型。或者,如果这不可能,有没有办法创建模型来生成带有已经存在的数据库表的 ORM?
基本上我在数据仓库表中有聚合指标,我想实时发布到网页上。Django 是正确的工具吗?谢谢。
用于./manage.py inspectdb从现有数据库创建模型。
./manage.py inspectdb