make sure app.tasks gets loaded
This commit is contained in:
parent
c2e7ac3190
commit
7aa609c246
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ import json
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
||||||
import monkey_patch
|
import monkey_patch
|
||||||
|
import tasks
|
||||||
|
|
||||||
|
|
||||||
class Page(models.Model):
|
class Page(models.Model):
|
||||||
created = models.DateTimeField(auto_now_add=True)
|
created = models.DateTimeField(auto_now_add=True)
|
||||||
|
|
Loading…
Reference in a new issue