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


1
Clip
Writing your own template loaders
8 hours ago

The 42 Topics Blog: Django has three builtin template loaders which are used to get the templates for rendering.TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_t (Read More)
News Network: Django


0
Clips
Announcing DjangoSki Conference
1 day ago

Andy McKay's blog: I am very excited to announce the DjangoSki Conference in Whistler, March 2nd-4th 2010.This is a conference that combines my favourite web application framework with one of my favourite sports, skiing. If you are going to run (Read More)
News Network: Django


0
Clips
Re: [google-appengine] Re: Why not implement a Django database backend for App Engine?
1 day ago

Google App Engine Google Group: I've started working on (or at least at this point only arguing with django people) this project as well, but it is still some time off so I wouldn't hold your breath quite yet. (Read More)
News Network: App Engine
Topics: App Engine, App Engine


1
Clip
Alex Gaynor: Announcing django-admin-histograms
2 days ago

Submitted by jgmize from Google Reader: This is just a quick post because it's already past midnight here. Last week I realized some potentially useful code that I extracted from the DjangoDose and typewar codebases. Basically this code let's you get simple histo (Read More)
News Networks: Social Media Watch, Unusual & Interesting., Blogging ...
Topics: Code, Post, Found ...


1
Clip
Build tags files for emacs and vim
2 days ago

Submitted by jgmize from Google Reader: Save this shell script to the root of your Django project as "tags.sh", make it executable with "chmod +x tags.sh", and run it from the project root with "./tags.sh", and you will have a "tags" file for vim and a "TAGS" file (Read More)
News Network: Google App Engine


1
Clip
Imaginary Landscape: Tangled Webs of Django Applications
2 days ago

Submitted by jgmize from Google Reader: At Imaginary Landscape, we definitely enjoy leveraging the many open source applications that exist out in the wild. We also create some of our own open source applications, along with a few closed source applications that ar (Read More)
News Networks: Tech News, Software Development, Google App Engine ...
Topics: Open, Open Source


0
Clips
Re: Why not implement a Django database backend for App Engine?
2 days ago

Google App Engine Google Group: Traditional relational databases are not scalable, and using such library would most likely result in a data organization that does not scale well. Might be fine for a lot of apps, but it kind of defeat the main purpose of (Read More)
News Network: App Engine
Topic: App Engine


1
Clip
Finding Missing Indexes That Django Wants (Postgres)
2 days ago

Submitted by jgmize from Google Reader: On Monday at work, our sites started to slow to a crawl. We looked to diagnose the problem, and found that the database server had a load of 10, and was struggling to keep up with the morning rush of traffic. After EXPLAINing (Read More)
News Networks: Tech News, Global Warming, Unusual & Interesting. ...
Topics: Reading, Found, Search ...


1
Clip
Announcing Kong: A server description and deployment testing tool | Surfing in Kansas http:is.gd4XYzJ #django
3 days ago

Submitted by hoffmann from Twitter: Announcing Kong: A server description and deployment testing tool | Surfing in Kansas http://is.gd/4XYzJ #django. (Read More)
News Networks: Google App Engine, Python, App Engine


0
Clips
Why not implement a Django database backend for App Engine?
3 days ago

Google App Engine Google Group: Hi all, I'm newbie in this App Engine. As far I know, lot of Django app portability get solved if someone implement a Django database backend for App Engine. Even I read "Once queryset-refactor lands in trunk, it might al (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Announcing Kong: A server description and deployment testing tool
3 days ago

Simon Willison's items tagged django: Announcing Kong: A server description and deployment testing tool. An ultra simple website monitoring tool written in Django which makes it easy to manage a list of Twill scripts for testing different sites. It was developed (Read More)
News Network: Google App Engine


1
Clip
#django #json support http:is.gd4WaqX
5 days ago

Submitted by hoffmann from Twitter: #django #json support http://is.gd/4WaqX. (Read More)
News Networks: Web 2.0, Google App Engine, Python ...
Topic: Json


1
Clip
#Drupal or #Django? A Guide for Decision Makers http:is.gd4WayH
5 days ago

Submitted by hoffmann from Twitter: #Drupal or #Django? A Guide for Decision Makers http://is.gd/4WayH. (Read More)
News Networks: Social Media Watch, Google App Engine, Python ...
Topic: Drupal


0
Clips
Django json support
5 days ago

The Voidspace Techie Blog: As I mentioned in my last entry I'm now working on a Silverlight application with Django on the backend. This means that we're using Django to serve json to the Silverlight application, so whilst we're using the Django ORM, u (Read More)
News Network: Python
Topic: Python


0
Clips
Re: How to design data model
5 days ago

Google App Engine Google Group: django has impressive builtin editor for our models with djangoforms.ModelForm seen on [link] Theoretically the create "CRUD" and/or factory pattern [link] I recommend and use for likewise. The categoryproperty.db. (Read More)
News Network: App Engine


1
Clip
Drupal or Django? A Guide for Decision Makers
5 days ago

Simon Willison's items tagged django: Drupal or Django? A Guide for Decision Makers. The author favours Django for their projects. . (Read More)
News Network: Google App Engine


0
Clips
New Job with Django and IronPython
7 days ago

The Voidspace Techie Blog: Big personal news; I've changed jobs. After more than three years working with Resolver Systems I felt it was time to broaden my development experience. ... [347 words] . (Read More)
News Network: Python
Topic: Python


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


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