i get this error in simple django programme run.. OperationalError at /admin/blog/post/ no such table: blog_post
django error OperationalError at /admin/blog/post/
15.4k views Asked by Remaze Vs At
4
i get this error in simple django programme run.. OperationalError at /admin/blog/post/ no such table: blog_post
You need to run migrations before you can do that operation. The necessary tables don't exist in your database (as described by the error).