jlmadurga / django-telegram-bot

Django app to write Telegram bots. Just define commands and how to handle them.
BSD 3-Clause "New" or "Revised" License
142 stars 45 forks source link

migrate with MariaDB failed #14

Open abudarevsky opened 8 years ago

abudarevsky commented 8 years ago

Hi

I have just faced an issue with MariaDB 10.1

python manage.py migrate telegrambot Operations to perform: Apply all migrations: telegrambot Running migrations: Rendering model states... DONE Applying telegrambot.0003_auto_20160202_1803..

Traceback (most recent call last): ... django.db.utils.OperationalError: (1050, "Table 'telegrambot_authtoken' already exists")

ihoru commented 8 years ago

I worked fine for me. You could try to log in to your DB and delete table telegrambot_authtoken.