Skip to main content

django rest management command for dynamic write crud api

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drf-crud-command-0.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

drf_crud_command-0.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page