Django nonrel-search and pagination problem

Styczeń 4th, 2012

Do you use nonrel-search? Do you want to paginate your search results and it does not work?

Go and see this issue: https://bitbucket.org/Wilfred/nonrel-search/issue/4/slicing-issue-in-relationindexquery-class

The provided patch seems to work for me.

Django, Python

No module named fancy_urllib

Grudzień 17th, 2011

Got this error? No module named fancy_urllib? Is Django + Google App Engine your set up?

Probably you have GAE SDK in your PYTHONPATH. It should be in your PATH only, NOT PYTHONPATH (it's mentioned in installation manual but who reads them ... ;-) ).

Python

Dose of Reading 2011-11-15

Listopad 15th, 2011

In fact not reading today, watching instead ...

IT

Dose of Reading 2011-11-14

Listopad 14th, 2011

Dropped the daily out of title - couldn't keep up the tempo. Dates are easier to put in than to remember the last used number :)

 

IT

Daily Dose of Reading #4

Listopad 7th, 2011

IT

Daily Dose of Reading #3

Listopad 4th, 2011

Różne

Daily Dose of Reading #2

Listopad 3rd, 2011

IT

Daily Dose of Reading #1

Listopad 2nd, 2011

IT

Server failure

Październik 17th, 2011

My hosting provider got a severe server crash recently. I suppose that most of the things is still not restored. One of those stories when even backups are not enough. Funny thing, I saw this twice recently, for two totally separate providers :)

It looks like most of my blog has been restored. If you find some error please let me know.

A joke by the way:
"There are two types of people. Those who do backups and those who will."

IT

How to deploy Grails application on Google App Engine

Wrzesień 14th, 2011

It is as easy as following a few steps described here.

Key things to remember:

  • specify google.appengine.sdk in BuildConfig.groovy
  • specify google.appengine.application in Config.groovy if your Grails application name does not match GAE application name
  • version can contain letters, digits and hyphens. If you try to use something like "1.3.7" you will get "500 Internal Server Error" while performing "appcfd.cmd update"

Grails , ,