Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wm3ndez/django-qztray
- Owner: wm3ndez
- Created: 2015-07-14T15:43:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T13:59:56.000Z (over 9 years ago)
- Last Synced: 2024-10-15T15:13:47.560Z (3 months ago)
- Language: HTML
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`