Posts by Marcus Oliveira • 1 point
2 posts
-
-1
votes1
answer303
viewsQ: Problem when migrating with Python and Django: no such column: forum_thread.Slug
I have this problem in my code: OperationalError at /admin/forum/thread/ no such column: forum_thread.slug I’ve tried to make a million changes and I couldn’t. When I turn the command python…
-
0
votes1
answer193
viewsQ: Python and Django online course creation platform
I’m building a platform for creating online courses, and I’m using Python and Django. I would like to know whether there are already libraries in Django for this purpose. An example I’m using is the…