Posts Tagged ‘ media ’

context porcessors request.context media_url breaks admin

June 28, 2010
By

1. http://www.b-list.org/weblog/2006/jun/14/ django-tips -template-context-processors/ This knocked out my admin, but media-url did work 2. using templatetags yourApp/templatetags/media-url.py: from django.template import Library ...

Read more »

Django tips: Tech Model: Re: django authentication system

April 2, 2010
By

Django tips : Tech Model. Friday, April 2, 2010. Re: django authentication system. You have to use ``auth.models.User`` if you want to enjoy all the benefits of the auth system. Just create a model and make a onetoone to User. ...

Read more »

Django tips: Tech Model: Recipe request: Nginx, Django as fcgi …

April 2, 2010
By

Django tips : Tech Model. Friday, April 2, 2010. Recipe request: Nginx, Django as fcgi, PHP app in subdirectory also as fcgi. Hola. I'm having trouble with porting a Django site, which currently uses apache2 and mod_python with Wordpress ...

Read more »

Django tips: Tech Model: django authentication system

April 2, 2010
By

Django tips : Tech Model. Friday, April 2, 2010. django authentication system. Hello,. I'm newbie in django, reading documentation i understood that django authorization model is based on django.contrib.auth.models.User class ...

Read more »

Django tips: Tech Model: Re: Complex Django query – filtering …

April 1, 2010
By

Django tips : Tech Model. Thursday, April 1, 2010. Re: Complex Django query - filtering, joining a many-to-many table. How about just accessing the "through" models attributes using user__ : filters ...

Read more »

Django tips: Tech Model: Re: Multi-cores & Django

April 1, 2010
By

Django tips : Tech Model. Thursday, April 1, 2010. Re: Multi-cores & Django. On Apr 1, 2010, at 7:35 AM, Daniel Hilton wrote: > I'm researching the deployment of a new internal app and the ops team > have asked me what type of server the ...

Read more »

Django tips: Tech Model: Re: Table in models.py not being created …

April 1, 2010
By

Django tips : Tech Model. Thursday, April 1, 2010. Re: Table in models.py not being created during syncdb. Hi, Thanks for the advice. I removed the sqlite db file, changed the table name to something more random and I still hit the same ...

Read more »

.NET – Error Handling Class – CodeCanyon

March 18, 2010
By

This project contains an error handling class capable of handle errors that can occur on your website and send email with error info to the administrator. Features • easy to use; • customizable err...

Read more »

Django Starter Kit

February 18, 2010
By

Here’s an excellent 37-item list of Django tips , tutorials and articles bundled all in one place with an emphasis on recent items, over at komunitasweb.com.

Read more »

osCommerce Community Add-Ons

January 28, 2010
By

Also, when errors print to screen via standard PHP error handling they show your servers full path which is a potential serious security risk, KissER suppresses these full paths. There are those ( usually contributors of dodgy ...

Read more »