django-usermangment


Namedjango-usermangment JSON
Version 1.1.3 PyPI version JSON
download
home_pageNone
SummaryA Django app to manage users
upload_time2024-07-20 10:27:44
maintainerNone
docs_urlNone
authorHamed Jamali
requires_pythonNone
licenseMIT
keywords django user management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Quick start 
-----------
1. Add "django_usermangment" to your INSTALLED_APPS setting like this::
```
    INSTALLED_APPS = [
        ...
        'django_usermangment',
    ]
```
2. Include the django_usermangment URLconf in your project urls.py like this::
```
    path('user/', include('django_usermangment.urls')),
```
3. Run `python manage.py migrate` to create the django_usermangment models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
   to create a user (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/user/ to create a user.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-usermangment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django, user, management",
    "author": "Hamed Jamali",
    "author_email": "hamed.jamali.software@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/80/6fbd9042663b9d25a484a36dd502a452c15c48d8b8caf16fa243d22d5cd5/django_usermangment-1.1.3.tar.gz",
    "platform": null,
    "description": "Quick start \r\n-----------\r\n1. Add \"django_usermangment\" to your INSTALLED_APPS setting like this::\r\n```\r\n    INSTALLED_APPS = [\r\n        ...\r\n        'django_usermangment',\r\n    ]\r\n```\r\n2. Include the django_usermangment URLconf in your project urls.py like this::\r\n```\r\n    path('user/', include('django_usermangment.urls')),\r\n```\r\n3. Run `python manage.py migrate` to create the django_usermangment models.\r\n4. Start the development server and visit http://127.0.0.1:8000/admin/\r\n   to create a user (you'll need the Admin app enabled).\r\n5. Visit http://127.0.0.1:8000/user/ to create a user.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Django app to manage users",
    "version": "1.1.3",
    "project_urls": null,
    "split_keywords": [
        "django",
        " user",
        " management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f9ab2557f114a3f3b42a4319e831f1179e09270514989a06056e5430c60ea06",
                "md5": "e5ba48ec5f7e423bcc32d7b7ffe12bfc",
                "sha256": "039155798d4d3042f8bcf059358244aee054f211a2c38b17be0e1fec28cfe834"
            },
            "downloads": -1,
            "filename": "django_usermangment-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5ba48ec5f7e423bcc32d7b7ffe12bfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14010,
            "upload_time": "2024-07-20T10:27:41",
            "upload_time_iso_8601": "2024-07-20T10:27:41.976159Z",
            "url": "https://files.pythonhosted.org/packages/9f/9a/b2557f114a3f3b42a4319e831f1179e09270514989a06056e5430c60ea06/django_usermangment-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c806fbd9042663b9d25a484a36dd502a452c15c48d8b8caf16fa243d22d5cd5",
                "md5": "ef274a6990f90b6d5489eacae36666c9",
                "sha256": "b9ee96b83b9ac71a16a0ff911c9beb629cf788e5525c1f100659d9c9c5bdc23e"
            },
            "downloads": -1,
            "filename": "django_usermangment-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ef274a6990f90b6d5489eacae36666c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 233002,
            "upload_time": "2024-07-20T10:27:44",
            "upload_time_iso_8601": "2024-07-20T10:27:44.064650Z",
            "url": "https://files.pythonhosted.org/packages/9c/80/6fbd9042663b9d25a484a36dd502a452c15c48d8b8caf16fa243d22d5cd5/django_usermangment-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 10:27:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-usermangment"
}
        
Elapsed time: 2.07160s