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

In article/models.py "slugify" is not defined #8

Open
tasddc1226 opened this issue May 27, 2022 · 0 comments
Open

In article/models.py "slugify" is not defined #8

tasddc1226 opened this issue May 27, 2022 · 0 comments

Comments

@tasddc1226
Copy link

tasddc1226 commented May 27, 2022

  1. just in title how can i fix it?

  2. In my case connect mysql local DB and makemigrations and migrated.
    but created tables like this.

mysql> show tables;
+----------------------------+
| Tables_in_blog             |
+----------------------------+
| auth_group                 |
| auth_group_permissions     |
| auth_permission            |
| auth_user                  |
| auth_user_groups           |
| auth_user_user_permissions |
| django_admin_log           |
| django_content_type        |
| django_migrations          |
| django_session             |
+----------------------------+
10 rows in set (0.00 sec)

(1146, "Table 'blog.article_article' doesn't exist") error I found..
why article table is not created?

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