Coverage for /Users/davegaeddert/Development/dropseed/plain/plain-models/plain/models/config.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-16 22:04 -0500

1from plain.packages import PackageConfig 

2 

3 

4class PlainDBConfig(PackageConfig): 

5 name = "plain.models" 

6 # We wan to use the "migrations" module 

7 # in this package but not for the standard purpose 

8 migrations_module = None