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"