Changes between Version 1 and Version 2 of Ticket #27365, comment 6
- Timestamp:
- Nov 7, 2016, 11:11:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27365, comment 6
v1 v2 1 All of our models are in {{{models.py}}} files. Our {{{__init__.py}}} files are empty. We use the very usual structure of {{{/models.py}}}, {{{/views.py}}}, {{{/forms.py}}} for every casetype we create - so {{{workpath/workflow/cases/<casetype>/models.py}}} etc. 2 1 3 Yes we do actually use {{{__import__}}}. We are bringing in models and views dynamically. Like this: 2 4 {{{