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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_crud_app-0.2.2-py3-none-any.whl (39.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for django_crud_app-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad3b81e7bb9a6306ce99fc51c8cb4d1ad99092d56dbba6963217daef73e3429 |
|
MD5 | 3bf10c4156b0e119ee4e667a3ef93d8c |
|
BLAKE2-256 | 91ab1163520e2b22f67c63a0a485c6c3f2a13e3e59e915d7c659ff3a2421a5fa |