Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 263 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 263 Bytes

cute.py

framework for pyqt

setup

$ git clone https://github.com/kubocker/cute.py
$ cd cute.py
$ pip install -r requirements.txt

commands

$ python manage.py startproject <app_project>
$ python manage.py startapp <app_name>