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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95915b0b24e54b9e70ab0d0733746f2a75d5badcadc867b63b739315c485906e |
|
MD5 | 6edb87fdd9c06e6ea5fa6a22272d57c9 |
|
BLAKE2b-256 | f703f101d1dd5d4f648e72b495308209e4773e4a062ac96f52f4de2c23f87944 |