File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -229,18 +229,6 @@ pip command::
229
229
230
230
$ pip install https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
231
231
232
- Issues with mysql
233
- -----------------
234
- If you want to run ``django-celery-beat `` with MySQL, you might run into some issues.
235
-
236
- One such issue is when you try to run ``python manage.py migrate django_celery_beat ``, you might get the following error::
237
- django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes')
238
- To get around this issue, you can set::
239
- DJANGO_CELERY_BEAT_NAME_MAX_LENGTH=191
240
- (or any other value if any other db other than MySQL is causing similar issues.)
241
- max_length of **191 ** seems to work for MySQL.
242
-
243
-
244
232
TZ Awareness:
245
233
-------------
246
234
You can’t perform that action at this time.
0 commit comments