RE: Embedded Django ...

2009-04-07 Thread Mic Pringle
-Mic -- Forwarded message -- From: Mic Pringle <micprin...@gmail.com> Date: 2009/4/7 Subject: RE: Embedded Django ... To: django-users@googlegroups.com Hi, I've been having a look through the docs and source code and if I'm right, I could achieve what I need by subclassing

RE: Embedded Django ...

2009-04-07 Thread Mic Pringle
-- From: Mic Pringle <micprin...@gmail.com> Date: 2009/4/7 Subject: Embedded Django ... To: django-users@googlegroups.com Hi, I am currently developing a database creation and manipulation tool for the Mac (similar to Filemaker, Bento, ModelBaker etc) and I'm looking at embedding

Embedded Django ...

2009-04-07 Thread Mic Pringle
Hi, I am currently developing a database creation and manipulation tool for the Mac (similar to Filemaker, Bento, ModelBaker etc) and I'm looking at embedding Django and using the admin interface for data input and retrieval. The only concern I have is that I don't require users, groups,

Quick noob question regarding the admin interface ...

2009-04-03 Thread Mic Pringle
Hi, I've been googling this for a while but can't seem to find any relevant information. Is it possible to utilise the admin interface without requiring authorisation ? Is it as simple as not including the authorisation module in my installed apps, or is there a bit more to it than that ? What

Re: django web hosting

2008-09-03 Thread Mic Pringle
I have it on good authority that Media Temple will be launching their Django Container later this week, which is what I'm holding out for. -Mic 2008/9/3 tupixo <[EMAIL PROTECTED]>: > >> i am looking for a good web host for my django website. does anyone >> suggest a good host? thanks. > >

Drop down lists based on previous selections ...

2008-09-02 Thread Mic Pringle
Hi, I'm relatively new to Django and still finding my feet so forgive me if this is a simple question, but I've had no luck finding help elsewhere. I have a table of manufacturers and a table of models, and what I'd like to do is have the two drop down boxes in the admin section ... a) link to