models/index.py¶
models.index ¶
Create the collection index
This file is executed to create the index in MongoDB. All models
with index()
will be aggregated here.
make_index ¶
Make index for the collection with index()
Create the collection index
This file is executed to create the index in MongoDB. All models
with index()
will be aggregated here.
Make index for the collection with index()
models/index.py