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'
Release files for django-crud-app 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_crud_app-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / django_crud_app-0.2.3-py3-none-any.whl
| Download URL | django_crud_app-0.2.3-py3-none-any.whl |
|---|---|
| Size | 36.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
95915b0b24e54b9e70ab0d0733746f2a75d5badcadc867b63b739315c485906e
|
|
BLAKE2b-256 checksum How to use checksums |
f703f101d1dd5d4f648e72b495308209e4773e4a062ac96f52f4de2c23f87944
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|