llazzaro / django-scheduler-sample

Example application of django-scheduler
76 stars 76 forks source link

Sample unable to find the javascript libs #27

Open digital-nomad17 opened 7 years ago

digital-nomad17 commented 7 years ago

Problem: The file paths for the javascript libraries(e.g. fullcalendar.js, jquery-datepicker, etc.) are wrong. Collect static does not put the javascript files in the assets folder.

Expected behavior: Collectstatic is suppose to put the bower dependencies within the assets folder.

llazzaro commented 7 years ago

Are you using django bower to download the libs?