↧
Ruby on Rails and Django
There was a need recently to start a new web application using Python as the development language. Having spent most of the last few years developing using Ruby with Ruby on Rails, this presented a...
View ArticleAdding a url link to a static page in django
Problem You would like to create a link to a static page in a template in your django application. Solution As described in the documentation Django static files, add the following in your template...
View ArticlePostGIS in Action by Regina O. Obe & Leo S.Hsu (Manning)
This is another book from Manning publications in the excellent ‘.. in Action’ series, which guides the reader through some practical uses of the book’s subject. In this case the subject is PostGIS,...
View Article