Skip to main content

Easy start crud app

Project description

django-crud-app

this module is extends of django startapp

install

pip install django-crud-app

add crud to your django settings.py

example)

INSTALLED_APPS = [
    # ...
    'crud',
]

Usage

python manage.py startcrud <app_name>

UserModel

python manage.py startcrud user

or

python manage.py startcrud <app_name> --auth-user True

Model name

you can customize created model name

example:

python manage.py startcrud blog
# model name is 'Blog'

python manage.py startcrud blog --model-name web_blog
# model name is 'WebBlog'

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_crud_app-0.2.3-py3-none-any.whl (36.2 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