kkworden / django-react-starterpack

A basic set up for a Django project utilizing React.
MIT License
0 stars 0 forks source link

String indices must be integers #1

Open bsjaramillo opened 4 years ago

bsjaramillo commented 4 years ago

I follow your tutorial, but when run the django server, the server show this error: String indices must be integers. In the index.html i have {% render_bundle "main" %} and my file webpack-stats.json i have {"status":"done","chunks":{"main":["main-6c83efdba2d1c8682cba.js"]},"assets":{"main-6c83efdba2d1c8682cba.js":{"name":"main-6c83efdba2d1c8682cba.js","path":"D:\Python\Python\ProjectsWeb\biblioteca\backend\assets\bundles\main-6c83efdba2d1c8682cba.js"}}}

kkworden commented 3 years ago

Hmm hard to say without seeing all of your code. Is there a stacktrace or code line where the error occurs?