Re: Should AdminSite be able to handle different namespace?

2013-11-13 Thread Florian Apolloner
Hi Russ, On Wednesday, November 13, 2013 2:16:13 AM UTC+1, Russell Keith-Magee wrote: > > The use case was simple -- deploy two instances of admin in a single > project. For example, you might have a truly 'access-all-areas' admin, and > a cut down/modified admin for trusted editors that has spe

Re: GIS: Oracle XE read only support in django.contrib.gis

2013-11-13 Thread vinhussey
Hi, I have uploaded a more developed class to handle sdo_geometry. It now handles the more straightforward cases for all types of geometry, except geometry collection, which is in progress. Next step is to cover the remainder of the cases (e.g. rectangles and circles within polygons, curved s

Django Weekend Cardiff

2013-11-13 Thread Daniele Procida
(With apologies if you have already seen this on another email list or newsgroup.) The UK's first-ever Django conference will take place on the 7th-9th February 2014 in Cardiff, Wales. The programme for the event: Friday: tutorials and demonstrations (also open to t

Re: Should AdminSite be able to handle different namespace?

2013-11-13 Thread German Larrain
Hi guys I must say I hit this issue a few months ago (I have more than one admin app living side by side). It was confusing, when reversing a URL name, whether to change 'admin' in a string like this `'admin:%s_%s_change'`, or use `current_app=self.admin_site.name`. Since I don't like hardcode