Skip to content

ZedObaia/django-pyqt-vscode

Repository files navigation

django-pyqt

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.

Features

Control your django-pyqt project from within Vscode hit Ctrl+Shift+P and run one of the commands

Extension Settings

  • 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 interpreter
  • django-pyqt.newProject: Start new Project
  • django-pyqt.uic: Convert .ui files to .py files
  • django-pyqt.rcc: Convert .qrc files to .py files
  • django-pyqt.startapp: Start new app inside apps directory
  • django-pyqt.makemigrations: Make apps migrations
  • django-pyqt.migrate: Migrate your models
  • django-pyqt.deploy: Deploy via pysinstaller
  • django-pyqt.manage: Run other manage.py commands

Requirements

  • Python3
  • Django

Release Notes

0.1.2

Beta release of django-pyqt for vscode tested on linux and windows.

TODO

  • Add animated gifs to demonstrate how the extension work
  • Test on mac.

About

Visual Studio Code Extension for django-pyqt

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published