Situation I am querying with apollo client to fetch some userinfo. From the server side which uses apollo server, I can check that it is returning an array of two items which have different contents. Read more…
Problem My django project structure looks like this.(only showing files relevant to this problem) As you can see, there are two static dirs that has to be served: ‘prj/app/static/and 'prj/static. When serving this project from Read more…
0 Comments