{"id":13502580,"url":"https://github.com/thauber/django-schedule","last_synced_at":"2025-03-29T12:32:10.297Z","repository":{"id":536427,"uuid":"165798","full_name":"thauber/django-schedule","owner":"thauber","description":"A calendaring app for Django.  It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.","archived":false,"fork":false,"pushed_at":"2019-12-29T09:27:39.000Z","size":986,"stargazers_count":842,"open_issues_count":22,"forks_count":279,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-03-24T02:26:31.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thauber.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-04-02T02:56:42.000Z","updated_at":"2025-01-22T00:23:09.000Z","dependencies_parsed_at":"2022-07-04T13:30:26.035Z","dependency_job_id":null,"html_url":"https://github.com/thauber/django-schedule","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thauber%2Fdjango-schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thauber%2Fdjango-schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thauber%2Fdjango-schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thauber%2Fdjango-schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thauber","download_url":"https://codeload.github.com/thauber/django-schedule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246186828,"owners_count":20737453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:18.702Z","updated_at":"2025-03-29T12:32:09.978Z","avatar_url":"https://github.com/thauber.png","language":"Python","funding_links":[],"categories":["Job Scheduler","资源列表","Python","作业调度程序","任务调度","Job Scheduler [🔝](#readme)","Awesome Python"],"sub_categories":["任务调度","Job Scheduler"],"readme":"h1. Django-schedule\n\nA calendaring/scheduling application, featuring:\n\n * one-time and recurring events\n * calendar exceptions (occurrences changed or cancelled)\n * occurrences accessible through Event API and Period API\n * relations of events to generic objects\n * ready to use, nice user interface\n * view day, week, month, three months and year\n * project sample which can be launched immediately and reused in your project\n\nSee see \"wiki page\":http://wiki.github.com/thauber/django-schedule for more.\n\nh2. Installation\n\nDownload the code; put in into your project's directory or run \u003cpre\u003epython setup.py install\u003c/pre\u003e to install system-wide.\n\nREQUIREMENTS: python-vobject (comes with most distribution as a package).\n\nh2. Settings.py\n\nh3. REQUIRED\n\nINSTALLED_APPS - add: \n    'schedule'\n\nTEMPLATE_CONTEXT_PROCESSORS - add:\n    \"django.core.context_processors.request\"\n\nh4. Optional\n\nFIRST_DAY_OF_WEEK\n\nThis setting determines which day of the week your calendar begins on if your locale doesn't already set it. Default is 0, which is Sunday.\n\nOCCURRENCE_CANCEL_REDIRECT\n\nThis setting controls the behavior of :func:`Views.get_next_url`. If set, all calendar modifications will redirect here (unless there is a `next` set in the request.)\n\nSHOW_CANCELLED_OCCURRENCES\n\nThis setting controls the behavior of :func:`Period.classify_occurence`. If True, then occurences that have been cancelled will be displayed with a css class of canceled, otherwise they won't appear at all.\n\nDefaults to False\n\nCHECK_PERMISSION_FUNC\n\nThis setting controls the callable used to determine if a user has permission to edit an event or occurance. The callable must take the object and the user and return a boolean. \n\nDefault:\n\u003cpre\u003e\n    check_edit_permission(ob, user):\n        return user.is_authenticated()\n\u003c/pre\u003e\n\nIf ob is None, then the function is checking for permission to add new events\n\nGET_EVENTS_FUNC\n\nThis setting controls the callable that gets all events for calendar display. The callable must take the request and the calendar and return a `QuerySet` of events. Modifying this setting allows you to pull events from multiple calendars or to filter events based on permissions\n\nDefault:\n\u003cpre\u003e\n    get_events(request, calendar):\n        return calendar.event_set.all()\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthauber%2Fdjango-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthauber%2Fdjango-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthauber%2Fdjango-schedule/lists"}