more clip query speedups
This commit is contained in:
parent
5a06948b97
commit
8bb18af181
3 changed files with 8 additions and 5 deletions
|
|
@ -32,8 +32,8 @@ def create_or_update_layer(data):
|
|||
|
||||
class Layer(models.Model):
|
||||
|
||||
class Meta:
|
||||
ordering = ('position', )
|
||||
#class Meta:
|
||||
# ordering = ('position', )
|
||||
|
||||
enabled = models.BooleanField(default=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue