{"id":18457236,"url":"https://github.com/redsolution/django-import-redirects","last_synced_at":"2025-04-08T05:33:24.015Z","repository":{"id":51092646,"uuid":"63678444","full_name":"redsolution/django-import-redirects","owner":"redsolution","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-30T07:54:06.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-23T06:41:30.853Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redsolution.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-07-19T09:02:25.000Z","updated_at":"2023-10-19T07:26:09.000Z","dependencies_parsed_at":"2022-09-21T18:31:18.491Z","dependency_job_id":"1174f5f2-9590-4eb5-b0af-c85824bc3e6b","html_url":"https://github.com/redsolution/django-import-redirects","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-import-redirects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-import-redirects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-import-redirects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redsolution%2Fdjango-import-redirects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redsolution","download_url":"https://codeload.github.com/redsolution/django-import-redirects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785864,"owners_count":20995641,"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:48.518Z","updated_at":"2025-04-08T05:33:23.662Z","avatar_url":"https://github.com/redsolution.png","language":"Python","readme":"# Django import redirects\n\nDjango application for import redirects from csv file\n\n## Requirements\n- Django 2.2.*\n- Python 3.5\n\n## Installation and basic usage\n1. Install package:\n\n    ``pip install git+git://github.com/shoker174/django-import-redirects``\n\n2. Configure your settings file:\n\n    ```python\n    MIDDLEWARE += ['django.contrib.redirects.middleware.RedirectFallbackMiddleware']\n\n    INSTALLED_APPS += [\n        'django.contrib.redirects',\n        'import_redirects',\n    ]\n    ```\n3. Create ``import.csv`` file with two columns, for example:\n\t```\n    /old-path/;/new-path/\n    /old-path/sub-path/;/new-path/sub-path/\n    ```\n4. Import file in admin app interface","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsolution%2Fdjango-import-redirects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredsolution%2Fdjango-import-redirects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsolution%2Fdjango-import-redirects/lists"}