{"id":15067880,"url":"https://github.com/judevector/django_custom_model","last_synced_at":"2026-01-02T17:33:21.478Z","repository":{"id":256575244,"uuid":"855795569","full_name":"judeVector/django_custom_model","owner":"judeVector","description":"This is a Django Custom User Model for creating users and superuser in an application ","archived":false,"fork":false,"pushed_at":"2024-09-11T16:50:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T05:44:46.437Z","etag":null,"topics":["django","django-orm","django-rest-framework","model","python"],"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/judeVector.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,"publiccode":null,"codemeta":null}},"created_at":"2024-09-11T13:28:16.000Z","updated_at":"2024-09-11T16:50:37.000Z","dependencies_parsed_at":"2024-09-11T21:20:01.037Z","dependency_job_id":"9e704c9b-7038-4286-8b47-632503f58764","html_url":"https://github.com/judeVector/django_custom_model","commit_stats":null,"previous_names":["judevector/django_custom_model"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judeVector%2Fdjango_custom_model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judeVector%2Fdjango_custom_model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judeVector%2Fdjango_custom_model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judeVector%2Fdjango_custom_model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/judeVector","download_url":"https://codeload.github.com/judeVector/django_custom_model/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354850,"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-orm","django-rest-framework","model","python"],"created_at":"2024-09-25T01:28:36.100Z","updated_at":"2026-01-02T17:33:21.449Z","avatar_url":"https://github.com/judeVector.png","language":"Python","readme":"## Django Custom User Model\n\nThis project provides a customizable Django user model, allowing you to create users and superusers with specific fields and permissions tailored to your application's requirements.\n\n## Example Usages\n\n### Create User\n\n```python\nfrom django.contrib.auth.models import User\nfrom your_app.models import CustomUser\n\nuser = NewUser.objects.create_user(\n    email='your_email@example.com',\n    username='your_username',\n    first_name='your_first',\n    password='your_password'\n)\n```\n\n### Create superuser\n\n```python\nfrom django.contrib.auth.models import User\nfrom your_app.models import CustomUser\n\nsuperuser = NewUser.objects.create_superuser(\n    email='your_superuser_email@example.com',\n    username='your_superuser_username',\n    first_name='your_first',\n    password='your_superuser_password'\n)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudevector%2Fdjango_custom_model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjudevector%2Fdjango_custom_model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudevector%2Fdjango_custom_model/lists"}