django-scheduler icon indicating copy to clipboard operation
django-scheduler copied to clipboard

Page won't load jquery and bootstrap javascript and css, so calendar looks super ugly

Open AlexKoldy opened this issue 4 years ago • 2 comments

Anyone have a tutorial or way to get all the proper files without using bower? I've tried everything and I still can't get the static files I need to load:

Failed to load resource: the server responded with a status of 404 (Not Found) jquery.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) jquery-ui.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) bootstrap.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) all.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) bootstrap.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) all.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)

AlexKoldy avatar Feb 06 '20 23:02 AlexKoldy

Why are you opposed to bower, it works. Unless you want to create something else that replaces the functionality of bower... lets just use bower.

datatalking avatar Feb 17 '20 21:02 datatalking

if you prefer manual, they can be found in CDN: https://cdnjs.com/libraries/twitter-bootstrap https://cdnjs.com/libraries/jqueryui https://cdnjs.com/libraries/jquery ( you can also use Django admin's jQuery django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js, or static '/admin/js/vendor/jquery/jquery.min.js')

xjlin0 avatar May 20 '20 17:05 xjlin0