File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -229,18 +229,6 @@ pip command::
229229
230230 $ pip install https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
231231
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-
244232TZ Awareness:
245233-------------
246234
You can’t perform that action at this time.
0 commit comments