VScode extension for django-pyqt
This is a tool to help you develop desktop applications using Python Qt bindings of your choice for the 'frontend' with django ORM for the backend.
Control your django-pyqt project from within Vscode
hit Ctrl+Shift+P
and run one of the commands
- First of all, run the configure command to set the python interpreter
Read Instructions here django-pyqt for information about how to configure these commands
django-pyqt.configure
: Configure the python interpreterdjango-pyqt.newProject
: Start new Projectdjango-pyqt.uic
: Convert .ui files to .py filesdjango-pyqt.rcc
: Convert .qrc files to .py filesdjango-pyqt.startapp
: Start new app inside apps directorydjango-pyqt.makemigrations
: Make apps migrationsdjango-pyqt.migrate
: Migrate your modelsdjango-pyqt.deploy
: Deploy via pysinstallerdjango-pyqt.manage
: Run other manage.py commands
- Python3
- Django
Beta release of django-pyqt for vscode tested on linux and windows.
- Add animated gifs to demonstrate how the extension work
- Test on mac.