No more phone lines… almost there
Sunday, December 17th, 2006As a software/data guy I always dream of abolishing physical boundaries so everything can be in software, virtualized. Besides a computer and a place to sit, what do you need to work?
As a software/data guy I always dream of abolishing physical boundaries so everything can be in software, virtualized. Besides a computer and a place to sit, what do you need to work?
In liu of a real fulltext search engine for Django, you may just want to use the same simple
search engine that Django’s admin uses. Unfortunately it’s not readily reusable, so you’ll have
to pull it out of the ChangeList.getqueryset
in django.contrib.admin.views.main.
Django’s urlpatterns variable has traditionally expected callbacks to be specified as strings, and extra arguments (commonly used with generic views) to be passed as a separate dict, for example: