the department quickly develops an asset management page, first realizing only the simplest asset entry and management. Is there any mature open source project that can be used and developed quickly?
the department quickly develops an asset management page, first realizing only the simplest asset entry and management. Is there any mature open source project that can be used and developed quickly?
see if wagtail CMS meets your requirements
https://wagtail.io/
use django admin, as long as you don't mind building an asset model in his UI.
model, add it to admin for management.
five minutes.
for generally larger Django projects, which of the above project structure is better, or is there another better way to organize the project? ...