Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wm3ndez/django-qztray

How to use the new QZTray with django
https://github.com/wm3ndez/django-qztray

Last synced: about 2 months ago
JSON representation

How to use the new QZTray with django

Awesome Lists containing this project

README

        

# django-qztray
How to use the new QZTray with django

### Create a virtualenv, install dependencies and run the project

1. `virtualenv qz`
1. `source qz/bin/activate`
1. `pip install -r requirements.txt`
1. `python qztray/manage.py runserver`