django-scheduler-sample
django-scheduler-sample copied to clipboard
Example application of django-scheduler
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
If in a model field the parameter primary_key=True is set, the id field is not created. However get_calendars_for_object filters on the .id of the object and fails in such a...
I couldn't find it in Windows file explorer. And just to make sure I wasn't crazy I used github's 'Find File' feature. It's referenced in fullcalendar.html: ``
This may just be an issue with documentation - but which directories should I include in STATICFILES_DIRS? Perhaps this can be added to the 'Usage' section for dummies like me....
For the sample project base.html extends base.html which causes the template to be skipped and a TemplateNotFound error is thrown. Please see this stack overflow question - https://stackoverflow.com/questions/58148624/django-template-dirs-templatedoesnotexist-why-are-some-templates-being-skipped/58156794#58156794
# Reproducible steps 1. Follow the instructions from `README.md` to setup the project. 1. Run `./manage.py load_sample_data` 1. Run `./manage.py load_example_data` 1. Navigate to the next 25th of December where...
The only event I can see on the calendar is the "New Pinax site" event. None of the recurring events show up. No errors seem to be raised. The 'schedule/api/occurrences/...'...
I am getting this error while running django-scheduler-sample project.. Internal Server Error: / Traceback (most recent call last): File "D:\schoolvirtualev\virtualenv\lib\site-packages\django\core\handlers\base.py", line 164, in get_response response = response.render() File "D:\schoolvirtualev\virtualenv\lib\site-packages\django\template\response.py", line...
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...
When I try to install bower with `python manage.py bower install`, I recieving this message: `BowerNotInstalled: Bower not installed, read instruction here - http://bower.io/`