[WinError 123] < frozen importlib._bootstrap> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[WinError 123] < frozen importlib._bootstrap>

Hi, guys. I'm making a website on python using Django and I have done everything as it is shown in Django official website. I even have checked for 8 times but there's still some kinda mistake. Did anyone face this kinda problem and if you can help me please leave a message. Thanks! :)

17th May 2020, 6:17 PM
Dina Suyunova
Dina Suyunova - avatar
1 Answer
+ 2
you probably missed making the migrations right at the beginning. try this from django command line: python3 manage.py migrate python3 manage.py makemigrations python3 manage.py migrate if still doesn't work then reboot the django server. if that also fails try importing bootstrap through a CDN link
17th May 2020, 7:00 PM
Sebastian Pacurar
Sebastian Pacurar - avatar