Posts Tagged ‘ eclipse ’

PHP error handling via htaccess | ratbagash.co.uk/blog

October 11, 2010
By

Recently I had a staging website running on our production box. 1 of our external supplier wanted me to put php display-error on But die to this showing the very ...

Read more »

Django tips: Tech Model: NoReverseMatch is making me crazy

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. NoReverseMatch is making me crazy. im experiencing a problem since today: my model : class Technology(models.Model): title = models.CharField(max_length=250, ...

Read more »

Django tips: Tech Model: Re: what is up with InternalError current …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Re: what is up with InternalError current transaction is aborted, commands ignored until end of transaction block. The problems is that some part of your code is screwing up something ...

Read more »

Django tips: Tech Model: Custom button for imagefield form

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Custom button for imagefield form. I have form with where users can upload an image. All works well but I want a graphic instead of the default browse button that shows up. Can ...

Read more »

Django tips: Tech Model: Re: formset media

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Re: formset media. A formset should have a 'media' attribute which should include all the media from the widgets in the forms which make up the formset, so in ...

Read more »

Django tips: Tech Model: django and caching

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. django and caching. hi folks, a little question: when using any caching mechanism (say, memcache) with django, how does django know when to "refresh" the cache? a scenario for example: ...

Read more »

Django tips: Tech Model: custom auth backend and ./manage.py test

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. custom auth backend and ./manage.py test. I'm working on a project that requires a custom auth backend which. I've just written by subclassing contrib.auths.backends.ModelBackend ...

Read more »

Django tips: Tech Model: Re: formatting results of search

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: formatting results of search. On wo, 2010-02-17 at 05:32 -0800, gintare wrote: > @@in *.html > @@using line {{ word|escape }} > > @@i am getting printed answer :(u'moi',) ...

Read more »

Django tips: Tech Model: Use admin tools for "normal users" pages

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Use admin tools for "normal users" pages. Hello,. I've just discovered Django and its amazing admin part management. Is it possible to use these tools in production ? ...

Read more »