Changes between Version 1 and Version 2 of Ticket #27365, comment 6


Ignore:
Timestamp:
Nov 7, 2016, 11:11:08 AM (7 years ago)
Author:
Brandon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27365, comment 6

    v1 v2  
     1All 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
    13Yes we do actually use {{{__import__}}}. We are bringing in models and views dynamically. Like this:
    24{{{
Back to Top