Re: Hosting Django website

2012-04-10 Thread KasunLak
Thank you very much to all of you, this stuff helps me. :) On Apr 10, 4:25 pm, Tom Evans wrote: > On Sun, Apr 8, 2012 at 2:59 PM,KasunLak wrote: > > Hi all, > > > I have created a website using django. I want to host it now. Can you > > suggest me a best way to host

Hosting Django website

2012-04-08 Thread KasunLak
Hi all, I have created a website using django. I want to host it now. Can you suggest me a best way to host it? I have noticed it is possible to host in tomcat on top of jython, is this recommended or have any issues? thanks in advance, Kasun -- You received this message because you are subscri

Re: Django database-api

2012-04-03 Thread KasunLak
(edit existing methods, add new methods..) the generated database api it would be good. Thanks again, Kasun On Apr 3, 1:41 pm, akaariai wrote: > On Apr 3, 11:27 am, KasunLak wrote: > > > Hi, > > > No, sorry for not giving more details. What I am asking is once we > > syn

Re: Django database-api

2012-04-03 Thread KasunLak
; python manage.py sql APPNAME > > > > > > > > On Tue, Apr 3, 2012 at 8:45 AM, KasunLak wrote: > > Hi all, > > > I just wonder is there a way to browse/view the code of database api > > methods generated? Is there any tool for this? > > > Thanks

Django database-api

2012-04-02 Thread KasunLak
Hi all, I just wonder is there a way to browse/view the code of database api methods generated? Is there any tool for this? Thanks in advance, Kasun -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us

Re: modifying generated create table scripts and ise sync db?

2012-04-02 Thread KasunLak
#primary-key > > Thanks. > > 2012/3/31 KasunLak > > > > > > > > > This is a oracle create table statements for what I wanted to do in > > django. How to get a relationship like this in django model. Is there > > a way to manually modify the generate

modifying generated create table scripts and ise sync db?

2012-03-31 Thread KasunLak
This is a oracle create table statements for what I wanted to do in django. How to get a relationship like this in django model. Is there a way to manually modify the generated create table statements in django to fulfil our needs. eg: removing id column, make one column a primary key of another li