This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user nginx; | |
| worker_processes 5; | |
| error_log /var/log/nginx.error.log; | |
| pid /var/run/nginx.pid; | |
| events { | |
| worker_connections 1024; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.djangoproject.com/download/1.2-rc-1/tarball/ | |
| pycrypto | |
| http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz | |
| django-registration | |
| PyYAML | |
| -e svn+http://django-app-plugins.googlecode.com/svn/trunk/#egg=django-app-plugins | |
| -e hg+https://sorl-thumbnail.googlecode.com/hg/#egg=sorl-thumbnail | |
| -e hg+http://bitbucket.org/bkroeze/django-threaded-multihost/#egg=django-threaded-multihost | |
| -e hg+http://bitbucket.org/chris1610/satchmo/#egg=satchmo | |
| -e hg+http://bitbucket.org/bkroeze/django-caching-app-plugins/#egg=django-caching-app-plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from __future__ import absolute_import | |
| # | |
| # To run: | |
| # | |
| # $ pip install pyjwt | |
| # $ python main.py | |
| # | |
| import jwt |