meshy / django-schema-graph

An interactive graph of your Django model structure
https://pypi.org/project/django-schema-graph/
MIT License
350 stars 9 forks source link

main.js not found #14

Closed plumcube closed 4 years ago

plumcube commented 4 years ago

Getting the following error out of the box.

Couldn't find main.js in the project. Is that expected? GET http://dev.api.beeswax.com/static/schema_graph/main.js net::ERR_ABORTED 404 (Not Found)

meshy commented 4 years ago

@plumcube I suspect that either you haven't added the app to INSTALLED_APPS, or you need to run collectstatic.

plumcube commented 4 years ago

That works! Thanks so much.

On Mar 13, 2020, at 5:11 AM, Charlie Denton notifications@github.com wrote:

 @plumcube I suspect that either you haven't added the app to INSTALLED_APPS, or you need to run collectstatic.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

meshy commented 4 years ago

Glad it works! Enjoy! :smiley: