django-scheduler-sample
django-scheduler-sample copied to clipboard
Sample unable to find the javascript libs
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.
Are you using django bower to download the libs?