django-crud-app 0.2.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocrudapp 0.2.3

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'

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.