Django View classes and database selection

2017-10-29 Thread Sören Mindorf
Hi all, I've two databases connected in my setup. One default (sqlite) for Djano and one postgressql (pgsql, NOT managed) for my postfix. In my AddDomainView(CreateView) I can access the pgsql database and I can add Domains to the pgsql-database but in my DeleteDomain(DeleteView) I can't because

Re: Database selection

2006-04-18 Thread benchline
Thanks. I'll search the archive. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send e

Re: Database selection

2006-04-18 Thread Adrian Holovaty
On 4/18/06, benchline <[EMAIL PROTECTED]> wrote: > I noticed that chicagocrime.org runs on Postgres (correct me if I am > wrong), and I have heard that google use mysql a lot. What was the > decision to use Postgres based on for chicagocrime and other sites? > Any regrets? Postgres on chicagocri

Database selection

2006-04-18 Thread benchline
Hi All, I don't want to start a religious database preference war with this so please don't respond in haste. But, I have a real need to decide upon either MySQL 5 or Postgresql 8 for a new django website system I am building. I noticed that chicagocrime.org runs on Postgres (correct me if I am