Skip to main content

Create Fake Model Object

Project description

Django Create Fake Model Object is a Django app to make random fake data It also creates Foreign objects and M2M objects!

Quick Start

  1. Add “create_fake_model_object” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'create_fake_model_object',
    ]
  2. If you want to create a new model object use the following command to create.:

    python manage.py createrandom (appname) (Modelname) (option -n createnumber)
    
    # Example
    python manage.py createrandom book Book -n 7

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-create-fake-model-object-0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

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