- Created models for client applications, application specifications and application types. - Created a small technical module for adding a self-incrementing sequence field to other models. See incrementing_sequence_mixin.
3 lines
97 B
Python
3 lines
97 B
Python
from . import application
|
|
from . import application_specification
|
|
from . import application_type
|