{"id":16624274,"url":"https://github.com/dcramer/django-cookies","last_synced_at":"2025-08-10T21:10:24.097Z","repository":{"id":57419545,"uuid":"521397","full_name":"dcramer/django-cookies","owner":"dcramer","description":"Drop in replacement for request.COOKIES in Django","archived":false,"fork":false,"pushed_at":"2010-02-17T05:36:34.000Z","size":209,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-06T17:03:31.445Z","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/dcramer.png","metadata":{"files":{"readme":"README.rst","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":"2010-02-17T04:12:25.000Z","updated_at":"2023-09-08T16:26:25.000Z","dependencies_parsed_at":"2022-09-13T07:23:41.541Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/django-cookies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcramer/django-cookies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-cookies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-cookies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-cookies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-cookies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/django-cookies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-cookies/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269787949,"owners_count":24475856,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-12T03:45:45.283Z","updated_at":"2025-08-10T21:10:24.048Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A two-part middleware which modifies request.COOKIES and adds a set and delete method.\n\n* ``set`` matches ``django.http.HttpResponse.set_cookie``\n* ``delete`` matches ``django.http.HttpResponse.delete_cookie``\n\nInstallation\n------------\n\nJust modify your ``MIDDLEWARE_CLASSES`` setting, order is important here!\n\n:\n\tMIDDLEWARE_CLASSES = (\n\t    'djcookies.CookieMiddleware',\n\t    ...\n\t)\n\nUsage\n-----\n\n\tdef my_view(request):\n\t    request.COOKIES.set([args])\n\t    ...\n\t    return response","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-cookies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Fdjango-cookies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-cookies/lists"}