Skip to main content

Home/ Django/ Group items tagged python

Rss Feed Group items tagged

anewgene

Post: Tornado Web Framework In Production With Django And Nginx | Jeremy Bowers | St. P... - 4 views

  • If you're interested in running your Django projects behind Tornado, you'll want to employ a daemonized approach. The solution: Deploy Tornado as python scripts controlled by supervisord, a pythonic daemon manager.
  •  
    If you're interested in running your Django projects behind Tornado, you'll want to employ a daemonized approach. The solution: Deploy Tornado as python scripts controlled by supervisord, a pythonic daemon manager.
israel vasquez

Python Success Stories - 0 views

  •  
    How Rackspace uses python
Nicolas Perriault

bkeating/python-payflowpro - GitHub - 0 views

  •  
    A simple Python client for PayPal's Payflow Pro API (HTTPS Interface).
pagetribe .

Standalone Django scripts - 0 views

  • Set DJANGO_SETTINGS_MODULE before you run
  • export DJANGO_SETTINGS_MODULE=yoursite.settings
  • # Cron jobs for foo.com run at 3AM DJANGO_SETTINGS_MODULE=foo.settings 0 3 * * * python /path/to/maintenance/script.py 30 3 * * * python /path/to/other/script.py # Cron jobs for bar.com run at 4AM DJANGO_SETTINGS_MODULE=bar.settings 0 4 * * * python /path/to/maintenance/script.py 30 4 * * * python /path/to/other/script.py
Beshr Kayali

Deploy your Django site with Cherokee and uWSGI servers | Ollix Blog - 0 views

  • Luckily, I found an article taking about Benchmark of Python WSGI Servers by Nicholas Piël. I'm impressed by this benchmark because of its richness as the author compares 15 WSGI servers and to be honest, most of them I have never heard.
israel vasquez

PyFacebook Tutorial - Facebook Developers Wiki - 0 views

  •  
    tutorial for facebook apps using django and python
Leandro Ardissone

django-remotelog - Google Code - 0 views

  •  
    Pluggable Django app for logging messages from the Python logging module's HTTPHandler
Leandro Ardissone

Fabric - Fabric v0.9 documentation - 4 views

  •  
    Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
Nicolas Perriault

Python Package Index : django-cache-utils 0.7.2 - 0 views

  •  
    Caching decorator and django cache backend with advanced invalidation ability and dog-pile effect prevention
Nicolas Perriault

garethr/django-test-extensions - GitHub - 0 views

  •  
    PyUnit provides a basic set of assertions which can get you started with unit testing python, but it's always useful to have more
pagetribe .

Stuff: A Brief Pyjamas + Django Tutorial - 0 views

  • Django is a web framework written in Python. Pyjamas is a Python port of the google web toolkit (written in Java). Pyjamas can be used with Django to create web applications.
Gabriele Mearelli

Marc Garcia & The Python: GSoC: Implementation of additional i18n features on Django - 1 views

  • Translating dynamic content
  • Translating dynamic content
  • Translating dynamic content
1 - 20 of 105 Next › Last »
Showing 20 items per page