Skip to content

ashfaque/django-crud-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-crud-script

A simple script to make Django developers life easier by automating CRUD operation.

Supports Linux, macOS and Windows.

Use chmod +x to django_crud_script.run to make it executable on Linux.

Run this command to generate platform specific executable

    pip install pyinstaller
    pyinstaller --noconfirm --onefile --console --icon "FULL_PATH/django-crud-script/logo.ico" --name "django_crud_script"  "FULL_PATH/django-crud-script/autogen.py"

About

A simple script to make Django developers life easier.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages