django-custom-users-app


Namedjango-custom-users-app JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/AllYouZombies/django_custom_users_app
SummaryTemplate for your own Django users app with custom user model.
upload_time2023-06-13 13:03:45
maintainer
docs_urlNone
authorAstafeev Rustam
requires_python>=3.6
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django Custom Users App
  
App that provides custom user model for Django projects.
You don't need to create your own app for users in every project.
  
This app itself might not be useful. It's just a template for creating custom user model.  
You can use it as a starting point for your own app.  
E.g. you can fork this repo, customize it and push to your own repo.  
Then you can install it in your projects using `pip install <your-repo-url>`.
  
> If you find this app useful, please consider giving it a star on [GitHub](https://github.com/AllYouZombies/django-custom-users-app).
  
---
  
## Installation
  
```shell
pip install django-custom-users-app
```
  
---
  
## Usage
  
Add `users` to `INSTALLED_APPS` in your `settings.py` file.
  
```python
INSTALLED_APPS = [
    ...
    'users',
    ...
]
```
  
Add `AUTH_USER_MODEL` to your `settings.py` file.
  
```python
AUTH_USER_MODEL = 'users.User'
```
  
Then run migrations:
  
```shell
python manage.py migrate
```
  
---
  
## License
  
[MIT](https://choosealicense.com/licenses/mit/)
  
---
  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AllYouZombies/django_custom_users_app",
    "name": "django-custom-users-app",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Astafeev Rustam",
    "author_email": "rustam@astafeev.dev",
    "download_url": "https://files.pythonhosted.org/packages/cf/76/b6b328a51a1e04a34c798853001e1ab6e3165c6595327f7e5b2541d2fec3/django-custom-users-app-1.0.1.tar.gz",
    "platform": null,
    "description": "# Django Custom Users App\n  \nApp that provides custom user model for Django projects.\nYou don't need to create your own app for users in every project.\n  \nThis app itself might not be useful. It's just a template for creating custom user model.  \nYou can use it as a starting point for your own app.  \nE.g. you can fork this repo, customize it and push to your own repo.  \nThen you can install it in your projects using `pip install <your-repo-url>`.\n  \n> If you find this app useful, please consider giving it a star on [GitHub](https://github.com/AllYouZombies/django-custom-users-app).\n  \n---\n  \n## Installation\n  \n```shell\npip install django-custom-users-app\n```\n  \n---\n  \n## Usage\n  \nAdd `users` to `INSTALLED_APPS` in your `settings.py` file.\n  \n```python\nINSTALLED_APPS = [\n    ...\n    'users',\n    ...\n]\n```\n  \nAdd `AUTH_USER_MODEL` to your `settings.py` file.\n  \n```python\nAUTH_USER_MODEL = 'users.User'\n```\n  \nThen run migrations:\n  \n```shell\npython manage.py migrate\n```\n  \n---\n  \n## License\n  \n[MIT](https://choosealicense.com/licenses/mit/)\n  \n---\n  \n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Template for your own Django users app with custom user model.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AllYouZombies/django_custom_users_app"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5d249f7000159f391b064950fcbe3597b600c182aa6121d1257c7c75a791154",
                "md5": "70cf0680ed09ceef792eb39d39c71e79",
                "sha256": "fe36c22d3945d7ba3a3ea06ecf4c41dc4f9093d3ec59e5572494971744cd38cc"
            },
            "downloads": -1,
            "filename": "django_custom_users_app-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70cf0680ed09ceef792eb39d39c71e79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4314,
            "upload_time": "2023-06-13T13:03:44",
            "upload_time_iso_8601": "2023-06-13T13:03:44.287316Z",
            "url": "https://files.pythonhosted.org/packages/a5/d2/49f7000159f391b064950fcbe3597b600c182aa6121d1257c7c75a791154/django_custom_users_app-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf76b6b328a51a1e04a34c798853001e1ab6e3165c6595327f7e5b2541d2fec3",
                "md5": "941b0473b6a1056056a314bb5ec0bfe4",
                "sha256": "1fbcd0c9f48f18637b8746fa3b3909c119f93d44b5db3d00f54be2e869d243af"
            },
            "downloads": -1,
            "filename": "django-custom-users-app-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "941b0473b6a1056056a314bb5ec0bfe4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3645,
            "upload_time": "2023-06-13T13:03:45",
            "upload_time_iso_8601": "2023-06-13T13:03:45.893720Z",
            "url": "https://files.pythonhosted.org/packages/cf/76/b6b328a51a1e04a34c798853001e1ab6e3165c6595327f7e5b2541d2fec3/django-custom-users-app-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 13:03:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AllYouZombies",
    "github_project": "django_custom_users_app",
    "github_not_found": true,
    "lcname": "django-custom-users-app"
}
        
Elapsed time: 0.07614s