django-admin2/docs/architecture.rst

23 lines
416 B
ReStructuredText
Raw Normal View History

2013-05-20 08:33:31 +00:00
================
Architecture
================
2013-05-20 08:38:08 +00:00
.. warning:: This is out of date and will be updated shortly.
2013-05-20 08:33:31 +00:00
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