Skip to main content

A Python package for managing framework django

Project description

This package provides tools for create app, models, serializer and CRUD.

To use this package, you must first install it using pip:

```bash
pip install django_maker
```

## Usage

 # to create app 
 
    python manage.py createapp and follow the steps
    
 # to create models 
 
    python manage.py create_models and follow the steps
    
 # to create serializer 
 
    python manage.py create_serializer and follow the steps
    
 # to create create simple CRUD 
 
    python manage.py create_simple_CRUD 
                
```

...

Project details


Download files

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

Source Distribution

django_maker-1.0.0.tar.gz (10.8 kB view hashes)

Uploaded Source

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