{"id":18457230,"url":"https://github.com/redsolution/django-redirect-middleware","last_synced_at":"2025-04-22T23:14:46.770Z","repository":{"id":136858686,"uuid":"4517808","full_name":"redsolution/django-redirect-middleware","owner":"redsolution","description":"Does unconditional redirect's rather than Django's contrib module","archived":false,"fork":false,"pushed_at":"2013-08-14T06:57:39.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-22T23:14:43.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redsolution.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-01T09:00:04.000Z","updated_at":"2018-10-31T11:07:07.000Z","dependencies_parsed_at":"2023-03-29T03:18:42.365Z","dependency_job_id":null,"html_url":"https://github.com/redsolution/django-redirect-middleware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-redirect-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-redirect-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-redirect-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-redirect-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redsolution","download_url":"https://codeload.github.com/redsolution/django-redirect-middleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337950,"owners_count":21414104,"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-11-06T08:13:47.283Z","updated_at":"2025-04-22T23:14:46.752Z","avatar_url":"https://github.com/redsolution.png","language":"Python","readme":"======================================\nDjango Redirect Middleware\n======================================\n\nQuick Start\n```````````\n\nAdd ``django.contrib.redirects`` to INSTALLED_APPS ::\n    \n    INSTALLED_APPS = [\n        ...\n\t    'django.contrib.redirects',\n        ...\n    ]\n\nAdd ``redirects.middleware.RedirectMiddleware`` to MIDDLEWARE_CLASSES ::\n\n\tMIDDLEWARE_CLASSES = [\n\t\t...\n\t\t'redirects.middleware.RedirectMiddleware',\n\t\t...\n\t]\n\nSynchronize your database models run ``django syncdb``\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsolution%2Fdjango-redirect-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredsolution%2Fdjango-redirect-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsolution%2Fdjango-redirect-middleware/lists"}