draj-auth-module


Namedraj-auth-module JSON
Version 1.3 PyPI version JSON
download
home_pagehttps://www.trootech.com/
Summarydjango user login register and logout module
upload_time2023-04-20 13:24:33
maintainerDharmrajsinh
docs_urlNone
authorDharmrajsinh Gohil
requires_python
licenseMIT
keywords django auth module
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Quick Start
===========

1. Add "account" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [

        ...
        'account',


    ]

2. Include the polls URLconf in your project urls.py like this:
    path('', include('account.urls')),

3. Run ``python manage.py migrate`` to create the user models

4. Start the development server and visit http://127.0.0.1:8000/ to create a new user login register

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.trootech.com/",
    "name": "draj-auth-module",
    "maintainer": "Dharmrajsinh",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "dharmrajsinh.gohil@trootech.com",
    "keywords": "django auth module",
    "author": "Dharmrajsinh Gohil",
    "author_email": "dharmrajsinh.gohil@trootech.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/db/db75261eae6f3883b7c39f2edbbf9f7ec1efd6701e4e4519084a3a2558ce/draj-auth-module-1.3.tar.gz",
    "platform": null,
    "description": "\nQuick Start\n===========\n\n1. Add \"account\" to your INSTALLED_APPS setting like this:\n\n    INSTALLED_APPS = [\n\n        ...\n        'account',\n\n\n    ]\n\n2. Include the polls URLconf in your project urls.py like this:\n    path('', include('account.urls')),\n\n3. Run ``python manage.py migrate`` to create the user models\n\n4. Start the development server and visit http://127.0.0.1:8000/ to create a new user login register\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "django user login register and logout module",
    "version": "1.3",
    "split_keywords": [
        "django",
        "auth",
        "module"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8675e8279b08e027aa344dcc361d8993b24b00ab579f2bec04b9545a2b6bcebb",
                "md5": "b1e07b5f64d46610a91530e32941aafd",
                "sha256": "211cca0715a9b80fe88de83ec8bc2da6d6468f77dcc20ba03901b0da14bae8e0"
            },
            "downloads": -1,
            "filename": "draj_auth_module-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1e07b5f64d46610a91530e32941aafd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7672,
            "upload_time": "2023-04-20T13:24:31",
            "upload_time_iso_8601": "2023-04-20T13:24:31.410698Z",
            "url": "https://files.pythonhosted.org/packages/86/75/e8279b08e027aa344dcc361d8993b24b00ab579f2bec04b9545a2b6bcebb/draj_auth_module-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fdbdb75261eae6f3883b7c39f2edbbf9f7ec1efd6701e4e4519084a3a2558ce",
                "md5": "06d480e449ab1fca5607f95527047991",
                "sha256": "9a6c8a6ffe712de1595a7f3b30b7b0a63a70c538f5f5b3ee3ba39e594c725870"
            },
            "downloads": -1,
            "filename": "draj-auth-module-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "06d480e449ab1fca5607f95527047991",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5950,
            "upload_time": "2023-04-20T13:24:33",
            "upload_time_iso_8601": "2023-04-20T13:24:33.582825Z",
            "url": "https://files.pythonhosted.org/packages/5f/db/db75261eae6f3883b7c39f2edbbf9f7ec1efd6701e4e4519084a3a2558ce/draj-auth-module-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 13:24:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "draj-auth-module"
}
        
Elapsed time: 0.05574s