Skip to main content

Home/ Django/ Group items tagged your

Rss Feed Group items tagged

Leandro Ardissone

Real World Django - 1 views

  •  
    There's plenty of material (documentation, blogs, books) out there that'll help you write a site using Django… but then what? You've still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught. This tutorial examines how best to cope when the Real World intrudes on your carefully designed website.
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.
Nicolas Perriault

Django Userena - Accounts for your Django application - 0 views

  •  
    Userena is a Django application that supplies your Django project with full account management
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.
pagetribe .

DING IT'S UP! - Website Alerts via Email, Text, and Twitter - 0 views

shared by pagetribe . on 02 Dec 08 - Cached
  •  
    Get a txt or email when your website goes down.
Gabriele Mearelli

Django Hosting - djangohosting.ch - 0 views

  •  
    Are you a Django developer looking for hosting for your Django site? Do you want to get started quickly with Django in a Django-friendly hosting environment? Then Django hosting at djangohosting.ch is just for you.
Leandro Ardissone

django recipe: pretty print objects and querysets . palewire - 4 views

  •  
    A simple addition to the excellent pprint library that will spit your Django objects and querysets out as dictionaries.
Leandro Ardissone

dajaxproject.com - easy to use ajax library for django - 4 views

  •  
    Fast, easy and lightweight libraries to implement AJAX inside your django projects. Ready to use in 5 minutes.
Nicolas Perriault

sorl/django-mockups - GitHub - 0 views

  •  
    This app aims to provide a simple way of loading masses of randomly generated test data into your development database. You can use a management command to load test data through command line.
seth kutcher

The Best Remote PC Support I Ever Had - 1 views

The Remote PC Support Now excellent remote PC support services are the best. They have skilled computer tech professionals who can fix your PC while you wait or just go back to work or just simpl...

remote PC support

started by seth kutcher on 12 Sep 11 no follow-up yet
Nicolas Perriault

Django Deployment Tutorials | KomunitasWeb - 0 views

  •  
    to speed up your deployment you can take a look on several Django deployment tutorials
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
pagetribe .

Big list of Django tips (and some python tips too) | Surfing in Kansas - 0 views

  • Big list of Django tips
  • Writing managers is really simple, and they provide a better user interface to your code. This code snippet simply adds a latest() method to the default objects manager class ForecastDayManager(Manager): def __init__(self, *args, **kwargs): super(ForecastDayManager, self).__init__(*args, **kwargs) def latest(self): return self.get_query_set().order_by('forecast_date')[0] It can be called ForecastDay.objects.latest(). This is a trivial example, but there is a lot of power that lies in this functionality.
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.
shai edrote

They Helped Me With My PC Issues - 1 views

I need computer help and I really need it fast! I am in the middle of doing something important on my laptop when it suddenly froze up and shut down. I do not know what is wrong. All I know is that...

need computer help

started by shai edrote on 12 Sep 11 no follow-up yet
1 - 18 of 18
Showing 20 items per page