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 details)

Uploaded Python 3

File details

Details for the file django_crud_app-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: django_crud_app-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 36.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4

File hashes

Hashes for django_crud_app-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 95915b0b24e54b9e70ab0d0733746f2a75d5badcadc867b63b739315c485906e
MD5 6edb87fdd9c06e6ea5fa6a22272d57c9
BLAKE2b-256 f703f101d1dd5d4f648e72b495308209e4773e4a062ac96f52f4de2c23f87944

See more details on using hashes here.

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