mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-02 12:34:45 +00:00
20 lines
353 B
ReStructuredText
20 lines
353 B
ReStructuredText
================
|
|
Architecture
|
|
================
|
|
|
|
Workflow Pieces
|
|
----------------
|
|
|
|
* Apps
|
|
* Apps.models
|
|
* AdminObj
|
|
* Appstore
|
|
|
|
Workflow
|
|
----------------
|
|
|
|
1. Instantiate Appstore
|
|
2. Loop through the Apps then models per App
|
|
3. Admin2s are created from models: djadmin2.models.register(Poll)
|
|
4. Admin2s contain methods/properties necessaey for UI
|
|
5. Views
|