Metadata-Version: 2.1
Name: djcli
Version: 1.6.1
Summary: Full featured CLI CRUD and more for Django
Home-page: https://yourlabs.io/oss/djcli
Author: James Pic
Author-email: jamespic@gmail.com
License: MIT
Description: Full featured CLI CRUD and more for Django
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - install ``djcli`` with pip,
        - go in a directory where you have a Django project,
        - run ``djcli``
        
        Refer to ``djcli/tests/*.txt`` for reference output.
        
        ::
        
           [jpic@hack djcli]$ djcli
           djcli: time for CLI party !
        
           Will try to auto-detect $DJANGO_SETTINGS_MODULE by searching for settings.py
           from the current directory.
        
             help      Get help for a command.
             chpasswd  Change the password for user.
             dbcheck   Check all database connections.
             delete    Delete a model filtered with kwargs.
             detail    Print detail for a model.
             ls        Search models
             run       Execute a callback in Django context.
             save      Update or create a model.
             setting   Show settings from django.
             settings  Print out DJANGO_SETTINGS_MODULE.
Keywords: django cli
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: System
Classifier: Topic :: Terminals
Requires-Python: >=3
Description-Content-Type: text/x-rst
Provides-Extra: test
