Posts by Koda • 1 point
3 posts
-
0
votes0
answers11
viewsQ: Error Babel: Missing class properties Transform
I’m trying to run an application, Node and Babel/webpack, but when I run the application the application page is just loading and soon after appears the following error in the console. And the…
-
0
votes0
answers55
viewsQ: How to stop a for inside a while (Python)
I’m doing a facial recognition so I’m using a while to process the video and inside the while has 3 for and inside one of them where I left a comment "#STOP HERE" and where I need a stop because…
-
-1
votes1
answer155
viewsQ: How to upload css file to Django?
I started studying Django and I have a problem, Django can not load CSS (NOTE: It was already CTRL+F5 and still does not load CSS) Information that may be useful: STATIC_URL = '/Static/' folder…