{"id":30671530,"url":"https://github.com/programmerhasan/django-auto-slugify","last_synced_at":"2025-09-01T03:19:03.496Z","repository":{"id":309941084,"uuid":"1038050529","full_name":"ProgrammerHasan/django-auto-slugify","owner":"ProgrammerHasan","description":"Automatically generate unique slugs from any Django model field.","archived":false,"fork":false,"pushed_at":"2025-08-14T16:53:07.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-14T18:34:39.620Z","etag":null,"topics":["django"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgrammerHasan.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T14:38:05.000Z","updated_at":"2025-08-14T16:53:10.000Z","dependencies_parsed_at":"2025-08-14T18:44:49.240Z","dependency_job_id":null,"html_url":"https://github.com/ProgrammerHasan/django-auto-slugify","commit_stats":null,"previous_names":["programmerhasan/django-auto-slugify"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ProgrammerHasan/django-auto-slugify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdjango-auto-slugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdjango-auto-slugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdjango-auto-slugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdjango-auto-slugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammerHasan","download_url":"https://codeload.github.com/ProgrammerHasan/django-auto-slugify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerHasan%2Fdjango-auto-slugify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068856,"owners_count":25039911,"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-09-01T02:00:09.058Z","response_time":120,"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":["django"],"created_at":"2025-09-01T03:19:02.592Z","updated_at":"2025-09-01T03:19:03.486Z","avatar_url":"https://github.com/ProgrammerHasan.png","language":"Python","readme":"# django-auto-slugify\n\nAutomatically generate unique slugs from any Django model field.\n\n## Features\n- Generate slug from any source field\n- Ensure uniqueness automatically\n- Add random suffix if duplicate found\n- Easy to use in models\n\n## Installation\n```bash\npip install django-auto-slugify\n```\n\n\n### Usage\n```\nfrom django.db import models\nfrom auto_slugify import AutoSlugField\n\nclass BlogPost(models.Model):\n    title = models.CharField(max_length=200)\n    slug = AutoSlugField(from_field=\"title\")\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerhasan%2Fdjango-auto-slugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammerhasan%2Fdjango-auto-slugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerhasan%2Fdjango-auto-slugify/lists"}