Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unapplied Migration thread.locked #32

Open
wisefool769 opened this issue Apr 4, 2019 · 0 comments
Open

Unapplied Migration thread.locked #32

wisefool769 opened this issue Apr 4, 2019 · 0 comments

Comments

@wisefool769
Copy link
Contributor

  • django-djeddit version:0.3.4
  • Django version:2
  • Python version:3.7
  • Operating System:Mac OS X

Description

I was trying to run the app and got an error about models having unapplied migrations

What I Did

I did makemigrations, and the warning went away, creating a migration like this:
class Migration(migrations.Migration):

dependencies = [
    ('djeddit', '0006_thread_slug'),
]

operations = [
    migrations.AlterField(
        model_name='thread',
        name='locked',
        field=models.BooleanField(blank=True, default=False),
    ),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant