News Networks
Topics
Stories
People

  • My Networks
  • Popular
  • Recent
  • ABC...XYZ
  • Create New
  • Search
  • Popular
  • Recent
  • Rising Fast
  • ABC...XYZ
  • Popular Today
  • Popular Week
  • Popular Month
  • Rising Fast
  • Hot Discussions
  • My Newsmakers
  • My Followers
  • Recently Active
  • Popular
  • Find
  • Invite Friends
Connect
Sign in using facebook |
Log in |
Sign Up


Hi there. I'm Jason, one of the founders of socialmedian.
socialmedian delivers the news, filtered by your network.
We'd love to have you join in.
You can use facebook connect to sign in.
Connect
OR
Log in 
|
Sign up


Create your socialmedian account
Email
Required

Password
Required

The password must be atleast 6 characters
Username
Required

http://www.socialmedian.com/username
This is same as my twitter ID
Security check

I agree to the terms and conditions and the privacy policy.
Loading...


Already a user? Please Log In
Invalid Login!
Email

Password

Remember me:
Loading...


Forgot Password?

Email:

Django
Previous

Next


0
Clips
Re: Django Cache Middleware on App Engine
Nov 12, 2009

Google App Engine Google Group: I Should add that the memcache is properly set (memcache.Set), and shows "set_status: 1 ". So the problem is that the next view of the page does not ever get the cached version. No visitor ever gets a "memcache.Get" What (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: patching App Engine Patch
Nov 12, 2009

Google App Engine Google Group: Did you also take overall code size and number of loaded modules (in particular on first load) into account? If you have 100% the same code and the only difference is use_library vs aep then this might indicate an io bottl (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Django gotchas
Nov 11, 2009

The 42 Topics Blog: This is announcement about our new work, Django Gotchas, a teeny tiny ebook about commonly occurring gotchas with Django. Here is the readme copied from the project.Django-gotchas is a collections of gotchas which happen com (Read More)
News Network: Django


1
Clip
Jacob Kaplan-Moss: Writing good documentation #django #programming
Nov 11, 2009

Submitted by hoffmann from Twitter: Jacob Kaplan-Moss: Writing good documentation #django #programming. (Read More)
News Networks: Software Development, Google App Engine, Python ...
Topic: Programming


1
Clip
Writing good documentation (part 1)
Nov 11, 2009

Simon Willison's items tagged django: Writing good documentation (part 1). Jacob explains some of the philosophy behind Django’s documentation. Topical guides are particularly interesting—many projects skip them (leaving books to fill the gap) but they fill an es (Read More)
News Network: Google App Engine


2
Clips
Correct way to handle mobile browsers
Nov 10, 2009

Simon Willison's items tagged django: Correct way to handle mobile browsers. If your site has an equivalent “mobile” version running on a different subdomain, how and when should you redirect mobile users to it and how should you let them opt in or opt out? . (Read More)
News Network: Google App Engine


1
Clip
Django-Jython 1.0.0 released! http:is.gd4Rdk1 #python #java #django
Nov 09, 2009

Submitted by hoffmann from Twitter: Django-Jython 1.0.0 released! http://is.gd/4Rdk1 #python #java #django. (Read More)
News Networks: Software Development, Google App Engine, Web Development ...
Topics: Java, Python


0
Clips
Django-Jython 1.0.0 released!
Nov 09, 2009

random.choice(['idea', 'rant', 'link', 'tip']): Yes, it's a long overdue release for the collection of tools to use Django on top Jython that began its life after my Google Summer of Code project in 2008. If you don't know what I'm talking about, take a look at the shiny n (Read More)
News Network: Django


0
Clips
Re: [google-appengine] Is deployment times limited?
Nov 06, 2009

Google App Engine Google Group: yes 2009/11/6 Nguyễn Kim Kha -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] projects [link]. (Read More)
News Network: App Engine
Topic: App Engine


1
Clip
Django's ManyToMany Refactoring http:is.gd4NJKV #django
Nov 05, 2009

Submitted by hoffmann from Twitter: Django's ManyToMany Refactoring http://is.gd/4NJKV #django. (Read More)
News Networks: Google App Engine, Python, App Engine


1
Clip
Making Template Tag Parsing Easier http:is.gd4NJLv #django
Nov 05, 2009

Submitted by hoffmann from Twitter: Making Template Tag Parsing Easier http://is.gd/4NJLv #django. (Read More)
News Networks: Google App Engine, Python, App Engine


0
Clips
Re: [google-appengine] Re: Specifying App Engine Server Locations
Nov 05, 2009

Google App Engine Google Group: NO 2009/11/5 Stephen -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] projects [link]. (Read More)
News Network: App Engine
Topics: App Engine, App Engine


0
Clips
Haystack - Search for Django
Nov 04, 2009

Ministry of Intrigue: LinkLink To SourceThis is a sweet search application for Django. When I first wrote my site, I had to patch the model code to have it utilize the native full text search available in PostgreSQL, and then some truly ugly searc (Read More)
News Network: Django


1
Clip
Large Problems in Django, Mostly Solved http:is.gd4M3Bb #django #pattern
Nov 03, 2009

Submitted by hoffmann from Twitter: Large Problems in Django, Mostly Solved http://is.gd/4M3Bb #django #pattern. (Read More)
News Networks: Google App Engine, Python, App Engine


1
Clip
Large Problems in Django, Mostly Solved: Search
Nov 03, 2009

Simon Willison's Weblog: Large Problems in Django, Mostly Solved: Search. Eric Holscher shows how Haystack uses a number of common Django patterns (object registration, pluggable backends, QuerySet-style chaining and class-based views) to great effec (Read More)
News Network: Python
Topic: Python


0
Clips
Re: [google-appengine] Re: More than 10 applications
Nov 03, 2009

Google App Engine Google Group: NO way 2009/11/3 Eli -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: [google-appengine] Can the Django installed with GAE work independently
Nov 03, 2009

Google App Engine Google Group: use app-engine-patch 2009/11/3 Yan Wang -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: Significant performance degredation over the last week
Nov 02, 2009

Google App Engine Google Group: We have a webapp application that occasionally gets DeadlineExceededErrors on cold start (i.e., >30s!). This is a regular occurrence on our Django-based apps. Happens at the usual times: say, 6-9a PST. j. (Read More)
News Network: App Engine


0
Clips
Re: Importing external data [Python]
Oct 28, 2009

Google App Engine Google Group: Thanks Ryan, I thought point 3 seems like the proper direction to go in, thanks. I can handle putting together a simple django template I would say - seems straight forward enough. However I'm stuck from there on in! i.e. (Read More)
News Network: App Engine
Topic: Python


0
Clips
Announcing Django Training
Oct 25, 2009

Andy McKay's blog: I'm pleased to announce that in January 2010 I'll be running Django Training in Vancouver. The four day training covers all the things you need to know about getting Django up and running. The training is very hands-on - a bi (Read More)
News Network: Django


Previous

Next


Add something

Snip
News
Site

Instantly Clip News From Any Website
Clip it! on s|m
Or, Enter News Directly Here
Headline:

URL:
(Optional)

Description:
(Optional)

Adding a News...


Add Snip
Adding a Snip...


Now you can import your favorite sites to your socialmedian page
Loading...

Loading...


Is this you?

We constantly make updates and enhancements based on user feedback. Follow socialmedian on Twitter
Help us out and report a bug or suggest a new feature! Check out our blog for regular company updates, notables, and to see what we're currently working on.
Report a Bug
Suggest a Feature


 Sending...
close
socialmedian Inc. 2008 - 2009
About socialmedian    |        |    Terms of Service    |    Privacy Policy