Skip to main content

Home/ Django/ Group items tagged web

Rss Feed Group items tagged

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.
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.
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.
M J

Constructive reasons to use Django instead of Rails (jp's domain) - 0 views

  •  
    Browsing around the wonderful programming.reddit.com last night, I came across a post titled Why Django kicks Ruby on Rails' collective ass. This is an interesting article, mainly because in a sense it is right, but it goes about explaining Django's benefits all wrong. First of all, Ruby on Rails ain't plural, and therefore it cannot have a 'collective ass'. Ok, I kid. But seriously, I started out my web programming 'career' with Rails, and I have since moved over to using Django. I'll try to list some constructive reasons why the 'pragmatic' (buzzword!) developer would chose Django over Rails.
Chris 089

Django Advent - 0 views

shared by Chris 089 on 17 Feb 10 - Cached
  •  
    With each new release, Django offers new features and techniques to simplify web development. Django Advent brings you articles about these new features and the techniques they make possible, often written by the feature's author.
Nicolas Perriault

Django REST framework - 0 views

  •  
    Django REST framework aims to make it easy to build well-connected, self-describing Web APIs.
anonymous

Formunculous - 0 views

shared by anonymous on 25 Feb 11 - No Cached
  •  
    Django app to create and manage web based forms
Nicolas Perriault

Modoboa - Modular domains & mailboxes hosting - 0 views

  •  
    Modoboa is  a web based application to create, administrate, and use virtual domain hosting platforms.
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Beshr Kayali

Caktus Blog » Archive » Basic Django deployment with virtualenv, fabric, pip ... - 0 views

  •  
    basic django deployment with virtualenv fabric pip and rsync
israel vasquez

Building reusable Django apps - The Uswaretech Blog - Django Web Development - 0 views

  •  
    Tips for building reusable apps
pagetribe .

Integrate Web APIs into Your Django Site - Webmonkey - 0 views

  • Link.objects.get_or_create( url = info['href'], description = info['extended'], tags = info.get('tag', ''), date = parsedate(info['time']), title = info['description']
  • But we don't want to have to log in to the shell every time we want to update our displayed list of bookmarks. In fact, we want our site to automatically update itself. To do that, we're going to write a quick python script and then run it through a cron job.
  • problem
  • ...9 more annotations...
  • sync_link.py
  • Now worries though -- we just need to tell it about it.
  • create a new folder
  • name it "links."
  • class Link
  • "utils.py"
  • create a new file
  • links directory
  • utils.py
  •  
    Gives a good example of how to update a database via cron.
1 - 20 of 29 Next ›
Showing 20 items per page