Re: existing database connectivity

2016-12-26 Thread Rasika
I know how to save a record from shell command in command prompt. I want to get values from html form and save it to database table which I have created.Please help on this I am not getting proper answer or code on net. On Monday, December 26, 2016 at 9:54:25 AM UTC+5:30, Rasika wrote: > > yes

Re: Django project beginner

2016-12-26 Thread Muhammad M
Dear Imed, Another very useful tutorial that covers a lot of ground about developing django-powered sites is the "TaskBuster Django Tutorial" at http://www.marinamele.com/taskbuster-django-tutorial That site also has other tutorials that are related to other aspects of (django) website developme

Re: Django project beginner

2016-12-26 Thread apoorvapandey365
Well you can follow the official Django documentation or follow the tutorial to create first Django project. I started learning Django from this tutorial.It gives a decent overview.After complet

Re: Django project beginner

2016-12-26 Thread hai luo
django bootcamp : https://github.com/vitorfs/bootcamp 在 2016年12月27日星期二 UTC+8上午5:59:08,ureal frank写道: > > whats the URL for this project? I want to learn with it too. Thanks. > > > On 26 Dec 2016, at 14:05, hai luo > wrote: > > you could follow the steps in django site,if you want to find a project

Re: Django project beginner

2016-12-26 Thread ureal frank
whats the URL for this project? I want to learn with it too. Thanks. > On 26 Dec 2016, at 14:05, hai luo wrote: > > you could follow the steps in django site,if you want to find a project ,go > to github,there is a nice project "bootcamp". -- You received this message because you are subscri

django behind squid

2016-12-26 Thread Roman
Hi, please, I have problem with DJANGO behind reverse proxy SQUID... Squid is set so that after recieve request it redirect me to another local port. This redirect works. From DJANGO I recieve ERROR 404 with this: Request Method: GET Request URL: http://a.server.cz:5500/http://a.server.cz:5500

Re: Error since added SSL certificate

2016-12-26 Thread François Schiettecatte
Most likely a bot testing for vulnerabilities or badly coded crawlers. I get them and I ignore them. Django requires a proper ‘Host’ HTTP header and it is doing its job rejecting the request if it is not there. François > On Dec 26, 2016, at 2:34 PM, James Hargreaves > wrote: > > Merry Chris

Error since added SSL certificate

2016-12-26 Thread James Hargreaves
Merry Christmas everyone! I eel recently added an SSL certificate to my domain where the application is hosted with Django. Since I setup the SSL certificate I've been receiving a lot of errors like this: SuspiciousOperation: Invalid HTTP_HOST header (you may need to set ALLOWED_HOSTS): AAA.BB

Re: Django project beginner

2016-12-26 Thread imed chaabouni
1.10.2 Le lundi 26 décembre 2016 14:01:44 UTC+1, Marlysson Silva a écrit : > > What version's your django enviroment? > > Em segunda-feira, 26 de dezembro de 2016 08:39:25 UTC-3, imed chaabouni > escreveu: >> >> Hi everyone, >> I'm about to make my first project with Django as an end-of-year proj

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-26 Thread bart
Beter Linux gebruike. Windows is shit to u se Django. Wysłano z telefonu Samsung Oorspronkelijk bericht Van: Varuna Seneviratna Datum: 26-12-16 07:11 (GMT+01:00) Aan: django-users@googlegroups.com Onderwerp: What is the best combination of components when installing Django

Experiences/tips for deploying and supporting on-premise in enterprises?

2016-12-26 Thread Todd Schiller
My team is considering using Django for a SaaS/on-premise enterprise web application. We've been happy with building with Django for SaaS, but don't have experience deploying and supporting it on-premise in enterprise Linux and Windows environments. Therefore, we'd like to get the community's p

Re: Django project beginner

2016-12-26 Thread hai luo
you could follow the steps in django site,if you want to find a project ,go to github,there is a nice project "bootcamp". Good luck! 在 2016年12月26日星期一 UTC+8下午7:39:25,imed chaabouni写道: > > Hi everyone, > I'm about to make my first project with Django as an end-of-year project, > so, could you re

Re: Django project beginner

2016-12-26 Thread Marlysson Silva
What version's your django enviroment? Em segunda-feira, 26 de dezembro de 2016 08:39:25 UTC-3, imed chaabouni escreveu: > > Hi everyone, > I'm about to make my first project with Django as an end-of-year project, > so, could you recommand me some exemple as a beginner ? > And if you've got some

Django project beginner

2016-12-26 Thread imed chaabouni
Hi everyone, I'm about to make my first project with Django as an end-of-year project, so, could you recommand me some exemple as a beginner ? And if you've got some documentation that's would be great ( And yes I already checked the doc of the official django website) Thanks, Imed. -- You re

Re: How do I translate site.name to other languages?

2016-12-26 Thread Uri Even-Chen
Thank you! *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: Djnago project to installer

2016-12-26 Thread Antonis Christofides
It might be possible to install part of the stack (for example, Django only). It would be very difficult for the whole stack (web server, WSGI server, Django, database). I think it might be impossible or undesirable. Why do you want this? Antonis Christofides http://djangodeployment.com On 12/26

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-26 Thread Antonis Christofides
What is best for me might not be best for you. For example, why Windows 10? Ubuntu would probably be easier. But you have a reason for choosing Windows 10. Likewise, why IIS? If you ask me, the best *in general* is Debian - nginx - Gunicorn - PostgreSQL, but what I actually do each time depends on

Re: When I migrate the database, I get this get error message: django.db.migrations.exceptions.NodeNotFoundError.

2016-12-26 Thread hemanth pedhinti
Hai, I Think Its better to delete migration files except 001_initial.py and _init_.py and again do makemigrations. Thank you, P.Hemanth. On Fri, Dec 23, 2016 at 11:42 PM, skerdi wrote: > I have deleted the database, migrations, .pyc files, upgraded and > downgraded Django. > I'm not able to fix

Re: existing database connectivity

2016-12-26 Thread hemanth pedhinti
How do i retrieve internet browsing history using python django?? can any one help me?? regards, hemanth.p. On Mon, Dec 26, 2016 at 9:54 AM, Rasika wrote: > yes it worked well. > Thank you so much > > > On Saturday, December 24, 2016 at 9:46:04 AM UTC+5:30, Collin Anderson > wrote: >> >> Hi, >

Djnago project to installer

2016-12-26 Thread ragini dahihande
Hello, I have created one web site in django.I don't want to host it, instead of hosting I want to create installer of that website. Is it possible with PyInstaller ? Is there any application available through which we can convert django project to installer? Thanks, Ragini -- You received

Re: What is the best combination of components to be used with Django on Windows 10?

2016-12-26 Thread James Bennett
On Mon, Dec 26, 2016 at 1:31 AM, Avraham Serour wrote: > http://lmgtfy.com/?q=django+deploy+iis > > This is a rude and dismissive way to respond to someone who asked a question; please do not do this in the future, and for further information check out the Django community's Code of Conduct[1], w

Re: What is the best combination of components to be used with Django on Windows 10?

2016-12-26 Thread Avraham Serour
http://lmgtfy.com/?q=django+deploy+iis On Mon, Dec 26, 2016 at 8:18 AM, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > What is the best combination of components to be used with Django on > Windows 10?. By components, I mean the database and the web server.Can > Django be employed wi