Re: Server complete html Static App without apache server and without modifying html code

2018-07-24 Thread Kasper Laudrup
Hi Archit, On 2018-07-23 20:09, archit mehta wrote: I have oraclejet frontend application and want to server that using django, I did it with flask but don't know how to do with django. Here is complete description of my problem Please go through it and suggest some solution.

Re: Server complete html Static App without apache server and without modifying html code

2018-07-23 Thread mottaz hejaze
i dont understand .. why you need backend anyway ? On Mon, 23 Jul 2018, 23:21 archit mehta, wrote: > > Hi, > > I have oraclejet frontend application and want to server that using > django, I did it with flask but don't know how to do with django. > > Here is complete description of my problem

Server complete html Static App without apache server and without modifying html code

2018-07-23 Thread archit mehta
Hi, I have oraclejet frontend application and want to server that using django, I did it with flask but don't know how to do with django. Here is complete description of my problem Please go through it and suggest some solution.

Re: Django WITHOUT apache on windows.

2008-03-04 Thread fulltooalok
Hi lbolognini, thanks for the link. I was able to configure Django on W2k3 using DjangoCerise (and WITHOUT using apache). Also I m using IIS to serve media. Now since DjangoCerise configuartion uses separate port for separate projects my urls look like, http://192.168.0.17:8088/djprojone/

Re: Without Apache

2007-08-06 Thread KpoH
Artiom Diomin пишет: > webserver: nginx with fastcgi > > -- Artiom Diomin, Development Dep, "Comunicatii Libere" S.R.L. http://www.asterisksupport.ru http://www.asterisk-support.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Without Apache

2007-08-05 Thread [EMAIL PROTECTED]
I'd second the recommendation for lighttpd, and would suggest sqlite for the backend if you want to go slim and trim. I've worked with plenty of mssql servers and none of them ever brought to mind the word 'minimal'. Derek Willis On Aug 5, 3:50 pm, Parnell Springmeyer <[EMAIL PROTECTED]> wrote:

Re: Without Apache

2007-08-05 Thread Parnell Springmeyer
On Sun, 2007-08-05 at 22:10 +0200, János Juhász wrote: > Dear Django Users! > > I would like to use Django for some intranet applications, but I > wouldn't like to install apache, pgsql, mysql and so. > I would like to install the minimal ingredients for a working > environment. WebServer:

Without Apache

2007-08-05 Thread János Juhász
Dear Django Users! I would like to use Django for some intranet applications, but I wouldn't like to install apache, pgsql, mysql and so. I would like to install the minimal ingredients for a working environment. I have a mssql 2000 server, so the database backend is fine. I would install only