+ 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! :)
1 Respuesta
+ 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