@@ -148,3 +148,6 CELERY_TIMEZONE = 'America/Lima' | |||||
148 | import django |
|
148 | import django | |
149 | from django.utils.encoding import force_str |
|
149 | from django.utils.encoding import force_str | |
150 | django.utils.encoding.force_text = force_str |
|
150 | django.utils.encoding.force_text = force_str | |
|
151 | ||||
|
152 | # choose of auto-created primary keys | |||
|
153 | DEFAULT_AUTO_FIELD='django.db.models.AutoField' |
General Comments 0
You need to be logged in to leave comments.
Login now