{"id":17328291,"url":"https://github.com/whtsky/django-require-migration-name","last_synced_at":"2025-09-02T12:36:29.870Z","repository":{"id":36983008,"uuid":"327004128","full_name":"whtsky/django-require-migration-name","owner":"whtsky","description":"require `name` in Django's `makemigrations`","archived":false,"fork":false,"pushed_at":"2024-12-06T12:01:22.000Z","size":145,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T17:41:22.188Z","etag":null,"topics":["django","django-migrations"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whtsky.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}},"created_at":"2021-01-05T13:16:57.000Z","updated_at":"2023-03-10T08:58:37.000Z","dependencies_parsed_at":"2023-10-03T03:57:29.933Z","dependency_job_id":"be04cc75-aa48-49bd-bfd5-ed50f541265e","html_url":"https://github.com/whtsky/django-require-migration-name","commit_stats":{"total_commits":96,"total_committers":3,"mean_commits":32.0,"dds":"0.11458333333333337","last_synced_commit":"ea292272b49a5df14c91a7460344d525117a9adf"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fdjango-require-migration-name","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fdjango-require-migration-name/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fdjango-require-migration-name/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fdjango-require-migration-name/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whtsky","download_url":"https://codeload.github.com/whtsky/django-require-migration-name/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923816,"owners_count":21183978,"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":["django","django-migrations"],"created_at":"2024-10-15T14:23:21.634Z","updated_at":"2025-04-14T17:22:01.001Z","avatar_url":"https://github.com/whtsky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-require-migration-name\n\n[![codecov](https://codecov.io/gh/whtsky/django-require-migration-name/branch/master/graph/badge.svg?token=WXUN262JEF)](https://codecov.io/gh/whtsky/django-require-migration-name)\n\nrequire `name` in Django's `makemigrations`\n\n## Installation\n\n```bash\npip install django-require-migration-name\n```\n\n## Usage\n\nAdd `django_require_migration_name` into your `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    # ...\n\n    'django_require_migration_name',\n]\n```\n\nThen you can't `makemigrations` without `name`:\n\n```bash\n\u003e\u003e python manage.py makemigrations\nCommandError: Please provide name for migration file(s).\n\u003e\u003e python manage.py makemigrations -n name_here\nNo changes detected\n```\n\n## Changelog\n\n### v0.2.0\n\n- fix: use underscore in package folder name\n\n### v0.1.0\n\n- Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhtsky%2Fdjango-require-migration-name","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhtsky%2Fdjango-require-migration-name","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhtsky%2Fdjango-require-migration-name/lists"}