drf-crud-command


Namedrf-crud-command JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://www.trootech.com/
Summarydjango rest management command for dynamic write crud api
upload_time2023-09-27 06:02:55
maintainerDharmrajsinh
docs_urlNone
authorDharmrajsinh Gohil
requires_python
licenseMIT
keywords drf crud command
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Quick Start
===========

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

    INSTALLED_APPS = [

        ...
        'crud_management',


    ]

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


3. You need to create a url.py and serializers.py file in your applications

4. Run ``python manage.py generate_crud`` <your_app_name> <your_model>

5. 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": "drf-crud-command",
    "maintainer": "Dharmrajsinh",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "dharmrajsinh.gohil@trootech.com",
    "keywords": "drf crud command",
    "author": "Dharmrajsinh Gohil",
    "author_email": "dharmrajsinh.gohil@trootech.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/9a/5dbe11574e6b29115abc728f5b50f83ef12c035c2f1d8b9f048c6bfde25b/drf-crud-command-0.3.tar.gz",
    "platform": null,
    "description": "\nQuick Start\n===========\n\n1. Add \"crud_management\" to your INSTALLED_APPS setting like this:\n\n    INSTALLED_APPS = [\n\n        ...\n        'crud_management',\n\n\n    ]\n\n2. Run ``python manage.py migrate`` to create the user models\n\n\n3. You need to create a url.py and serializers.py file in your applications\n\n4. Run ``python manage.py generate_crud`` <your_app_name> <your_model>\n\n5. 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 rest management command for dynamic write crud api",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://www.trootech.com/"
    },
    "split_keywords": [
        "drf",
        "crud",
        "command"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f7f35a00f4ee108600aec1bd24fcff17ca0d2297e0c11e14ff234495bd448ab",
                "md5": "b5b864fc72060ed326f404204d67b44a",
                "sha256": "dd196a06f6926545ea610d5146d853cd0f9db7b14fa27d339a8646d19b49536f"
            },
            "downloads": -1,
            "filename": "drf_crud_command-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5b864fc72060ed326f404204d67b44a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7068,
            "upload_time": "2023-09-27T06:02:53",
            "upload_time_iso_8601": "2023-09-27T06:02:53.924474Z",
            "url": "https://files.pythonhosted.org/packages/4f/7f/35a00f4ee108600aec1bd24fcff17ca0d2297e0c11e14ff234495bd448ab/drf_crud_command-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c9a5dbe11574e6b29115abc728f5b50f83ef12c035c2f1d8b9f048c6bfde25b",
                "md5": "3226467ff2faee04dc1a3aced3b6ef5f",
                "sha256": "de234052586ed31cac6ca0c723fa83920754d1aca087c23a8ff3ccda87dfe291"
            },
            "downloads": -1,
            "filename": "drf-crud-command-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3226467ff2faee04dc1a3aced3b6ef5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5499,
            "upload_time": "2023-09-27T06:02:55",
            "upload_time_iso_8601": "2023-09-27T06:02:55.950539Z",
            "url": "https://files.pythonhosted.org/packages/7c/9a/5dbe11574e6b29115abc728f5b50f83ef12c035c2f1d8b9f048c6bfde25b/drf-crud-command-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 06:02:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "drf-crud-command"
}
        
Elapsed time: 0.11651s