Re: Updating Django for my web based application

2018-03-31 Thread Haroon Ahmed
gt;>> \virtualEnv\DjangoUp\lib\site-packages\rest_framework\routers.py", line >>>> 23, in >>>> from django.core.urlresolvers import NoReverseMatch >>>> ImportError: No module named 'django.core.urlresolvers' >>>> >>>> Some questi

Re: Updating Django for my web based application

2018-03-31 Thread Jani Tiainen
Error: No module named 'django.core.urlresolvers' >>> >>> Some question that are coming into my mind: >>> >>>- Do i have to update my application according to new Django release >>>every time when new Django version releases? >>>- Is

Re: Updating Django for my web based application

2018-03-31 Thread Haroon Ahmed
gt; Some question that are coming into my mind: >> >>- Do i have to update my application according to new Django release >>every time when new Django version releases? >>- Is there any article or blog written that can help me to upgrade >>Django ver

Re: Updating Django for my web based application

2018-03-30 Thread Jani Tiainen
my application according to new Django release >every time when new Django version releases? >- Is there any article or blog written that can help me to upgrade >Django version from Django 1.9.8 to Django 2.0.3? >- What people follow, dose most of the developers upgrade t

Updating Django for my web based application

2018-03-30 Thread Haroon Ahmed
pdate my application according to new Django release every time when new Django version releases? - Is there any article or blog written that can help me to upgrade Django version from Django 1.9.8 to Django 2.0.3? - What people follow, dose most of the developers upgrade ther

Re: Integrating Java(web servlets) into django as front end.

2018-03-26 Thread prince gosavi
/groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0c7635ad-35c3-46e2-b811-daed335b74ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Integrating Java(web servlets) into django as front end.

2018-03-26 Thread zubair alam
;Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. T

Re: Integrating Java(web servlets) into django as front end.

2018-03-26 Thread Jason
d an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b19b5aa1-0b52

Re: Integrating Java(web servlets) into django as front end.

2018-03-25 Thread Cictani
to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6d0a3fd9-6f28-4e02-9ea3-dc

Re: Integrating Java(web servlets) into django as front end.

2018-03-25 Thread prince gosavi
ps://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/05effd43-2b49-4fb4-8886-d736467bb418%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Integrating Java(web servlets) into django as front end.

2018-03-25 Thread Cictani
s+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1dddf98c-cada-4577-b1ec-ce7021222e86%40google

Re: Integrating Java(web servlets) into django as front end.

2018-03-25 Thread prince gosavi
this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google

Re: Integrating Java(web servlets) into django as front end.

2018-03-25 Thread Cictani
this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ac4334b1-8364-44dd-a2b3-9e4084dcaef3%40googlegroups.com. For more options, v

Integrating Java(web servlets) into django as front end.

2018-03-25 Thread prince gosavi
ango-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/07e1f298-2383-4eec-92d0-308b75bf52b5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

choice tasks web application

2018-03-12 Thread xueqi dong
Hello, I have just finished the django tutorial here https://docs.djangoproject.com/en/2.0/intro/tutorial01/. But I am still not sure to write the following intended web application. The application asks an user to enter his/her name, then to make 30 choices(either choose 1 or 2). At the end

Re: Django web app reaching rest api and CORS problem

2018-02-21 Thread Andy
ar1 + "/" + var2 + "/"; > > > $.get(url, function( data ) { > alert( "Load was performed." + data); > }); > > > > }); > > > The Django web app is running on www.foo.com:8000 > > > At the rest api side, falcon is running and i installed falcon-cors

Re: Django web app reaching rest api and CORS problem

2018-02-21 Thread Siphiwe Gwebu
).text(); > > > url="http://www.foo.com:8080/; + var1 + "/" + var2 + "/"; > > > $.get(url, function( data ) { > alert( "Load was performed." + data); > }); > > > > }); > > > The Django web app is running on www.fo

Re: How to fetch data from sql server and display on django web pages

2018-02-13 Thread PASCUAL Eric
, 2018 10:24:07 PM To: django-users@googlegroups.com Subject: Re: How to fetch data from sql server and display on django web pages You may want to check out sqlalchemy they provide a pretty good documentation on what you are aftering http://docs.sqlalchemy.org/en/latest/dialects/mssql.html >

Re: How to fetch data from sql server and display on django web pages

2018-02-12 Thread sum abiut
them on django web pages > through nginx web server.. > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to

Re: How to fetch data from sql server and display on django web pages

2018-02-11 Thread carlos
maybe try with this app http://django-mssql.readthedocs.io/en/latest/settings.html On Sun, Feb 11, 2018 at 3:58 AM, PASCUAL Eric <eric.pasc...@cstb.fr> wrote: > Hi Amit, > > > There is no "Django Web page" as you write in your message, but Web pages >

Re: How to fetch data from sql server and display on django web pages

2018-02-11 Thread PASCUAL Eric
Hi Amit, There is no "Django Web page" as you write in your message, but Web pages of the application built on top of the Django framework. Hence how to display data depends on how the Web pages of *your* application are designed. Second point, one of the roles of Django is

How to fetch data from sql server and display on django web pages

2018-02-10 Thread Amit Kadivar
Please Help me. How to fetch data from sql server and display them on django web pages through nginx web server.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: Getting Outlook Calendar In Django web page

2018-01-24 Thread Harrison Latimer
I've looked through this library but I can't seem to find a way to get an existing calendar from outlook just ones you create using the exchangelib functionality. Has anyone used exchangelib to generate a static calendar to a django web page? On Wednesday, January 17, 2018 at 2:20:29 PM UTC-8

RE: Getting Outlook Calendar In Django web page

2018-01-17 Thread Matthew Pava
To: Django users Subject: Getting Outlook Calendar In Django web page I have tried taking an available bootstrap calendar and feeding calendar items via JSON file but I'd rather find a way to export a static outlook calendar to my django web page. Is this possible? -Harrison -- You received

Getting Outlook Calendar In Django web page

2018-01-17 Thread Harrison Latimer
I have tried taking an available bootstrap calendar and feeding calendar items via JSON file but I'd rather find a way to export a static outlook calendar to my django web page. Is this possible? -Harrison -- You received this message because you are subscribed to the Google Groups "D

Re: Building a web app for use of third party python package

2017-11-26 Thread Derek
s from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fcc87

Re: Building a web app for use of third party python package

2017-11-25 Thread Enikő Regényi
d an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2b70f7cc-b413-4447-bca9-6a

Re: Building a web app for use of third party python package

2017-11-22 Thread Derek
21 November 2017 15:49:46 UTC+2, Enikő Regényi wrote: > > Hello, > > I would like to use Django for building a web application for use of a > third party python package. > > This third party package uses a text file as input, and produces a bunch > of text files as output (sor

Building a web app for use of third party python package

2017-11-21 Thread Enikő Regényi
Hello, I would like to use Django for building a web application for use of a third party python package. This third party package uses a text file as input, and produces a bunch of text files as output (sorted in directories). I would like my website to take text/textfile from the user

Re: reg:not able to open registration form web page

2017-11-18 Thread James Schneider
receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/djang

Re: reg:not able to open registration form web page

2017-11-18 Thread 'Amitesh Sahay' via Django users
g back > False. > > -James > -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to django-users+unsubscr...@googlegroups.com > <mailt

Re: reg:not able to open registration form web page

2017-11-17 Thread Mike Dewhirst
m <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.goog

Re: reg:not able to open registration form web page

2017-11-17 Thread 'Amitesh Sahay' via Django users
ge because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://gro

Re: reg:not able to open registration form web page

2017-11-16 Thread James Schneider
r...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciWNrWLhEzhM6649BsP5JByUXbsS7gvBVaKq2BkejKH7Rw%40m

Re: reg:not able to open registration form web page

2017-11-16 Thread 'Amitesh Sahay' via Django users
s.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1105871386.176918.1510897544920%40mail.yahoo.com. For more options, visit https://groups.google.com/d/optout.

reg:not able to open registration form web page

2017-11-15 Thread 'Amitesh Sahay' via Django users
s from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3951741

Re: Hosting a django/python website/web app

2017-11-03 Thread Tim Chase
t;Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view

Re: Hosting a django/python website/web app

2017-11-03 Thread ADEWALE ADISA
to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/ msgid/django-users/7980b2a1-dc81-4b3b-bf80-8ec67eea3ec4%40googlegroups.com <https://groups.google.com/

Hosting a django/python website/web app

2017-11-03 Thread Basilaik
oup/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7980b2a1-dc81-4b3b-bf80-8ec67eea3ec4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Hello All - Wordpress to Django Python Web Developer

2017-10-08 Thread Yannick le Roux
uot; group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web vi

Re: Hello All - Wordpress to Django Python Web Developer

2017-10-07 Thread wonder.nk...@gmail.com
cause you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to django-users+unsubscr...@googlegroups.com. >> To post to this group, send email to django-users@google

Re: Hello All - Wordpress to Django Python Web Developer

2017-10-06 Thread Gerardo Palazuelos Guerrero
this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/645cc1b9-2fdf-4d0e-8d84-6deab02efbfe%40googlegroups.com > . >

Hello All - Wordpress to Django Python Web Developer

2017-10-06 Thread Daniel Roseman
p at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/645cc1b9-2fdf-4d0e-8d84-6deab02efbfe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Hello All - Wordpress to Django Python Web Developer

2017-10-06 Thread Oladipupo Elegbede
> > Mar Roble > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this

override default "go back" action on a web page to go back to main menu

2017-09-27 Thread fábio andrews rocha marques
are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.

Re: Add Web Service Reference Django project

2017-08-29 Thread James Schneider
On Aug 26, 2017 6:18 AM, "Anar Novruzaliyev" <anar.novruzeli...@gmail.com> wrote: I need to add web reference and use it in my Django project , How I can do it or it is possible? I have no idea what a web reference is. Can you provide an example or more detailed explanation?

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-29 Thread James Schneider
egroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUEkTqSVmBFsDooUTFd_Q6xUhqkh9FbgE8Vw7uoncV_LQ%4

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-29 Thread BIJAL MANIAR
he Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/dja

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-28 Thread Antonis Christofides
You received this message because you are subscribed to the Google > Groups "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to django-users...@googlegroups.com . > To post to th

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-28 Thread Andréas Kühne
Any help would be appreciated. >>> >>> Thanks, >>> Bijal >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop rece

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-28 Thread BIJAL MANIAR
>> Bijal >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to django-users...@googlegroups.com . >

Re: Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-28 Thread Andréas Kühne
s+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/fadfffe1-4597-4e56-9f45-2fe1dc

Deploy production django applications with Python2.7 and Python3.5 on same Apache web server

2017-08-28 Thread BIJAL MANIAR
ango-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fadfffe1-4597-4e56-9f45-2f

Add Web Service Reference Django project

2017-08-26 Thread Anar Novruzaliyev
I need to add web reference and use it in my Django project , How I can do it or it is possible? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: how can i create web app like twitter with django

2017-08-16 Thread Sol Chikuse
Hi there, Creating a web app like twitter is no easy task especially for someone with a little idea of Django. So before you attempt to develop a clone of such a gigantic project you should immense yourself in getting to know Django, work on some small projects, taking small baby steps *(Don't

how can i create web app like twitter with django

2017-08-16 Thread rehobotworld4u
i have been given a project in our school to create a web app like twitter with python django and i have only a little ideal of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Re: From old-school Post/Redirect/Get to modern web

2017-07-25 Thread guettli
with a plain old submit-button. > > > > Above pattern works. > > > > But I think the web of the future works different. > > > > Up to now my web application sends html to the web client. I think > modern > > web applications > > don't send

Re: From old-school Post/Redirect/Get to modern web

2017-07-24 Thread Christian Ledermann
ubmit-button. > > Above pattern works. > > But I think the web of the future works different. > > Up to now my web application sends html to the web client. I think modern > web applications > don't send html, they send data (in json format). > > I guess in the future web client

From old-school Post/Redirect/Get to modern web

2017-07-24 Thread guettli
I use Post/Redirect/Get <https://en.wikipedia.org/wiki/Post/Redirect/Get> since several years. I use simple HTML forms (via ModelForm) with a plain old submit-button. Above pattern works. But I think the web of the future works different. Up to now my web application sends html to t

Build Mobile App from Django Web

2017-07-17 Thread Megan Zhao
My friend and I build a web blog from Django tutorial where the professors can post their office hours and students and search and browse them. We want to build a mobile app that will update when the professors post on the website. I don't think we can build a mobile app from Django

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAut

2017-05-19 Thread Ismail Sarenkapic
I'm trying to allow users to login with facebook via django allauth to my website but I am getting the following error: URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your

Nouveau site web

2017-04-12 Thread sfornengo
Hello tout le monde, Ceci est un mail à tout mon carnet d'adresse, sans tri particulier, il se peut donc que vous ne soyez pas directement concerné, mais c'était plus simple pour moi ! Je suis fier de vous présenter mon dernier site web [Mask.guru](https://mask.guru/) ! C'est une évolution de

Integrating the Werkzeug web based debugger with Django - A lightweight management command

2017-04-07 Thread Juan Saavedra
mails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8f4

[Solved?] Re: string theory and web woes

2017-04-05 Thread Mike Dewhirst
On 6/04/2017 2:44 PM, Mike Dewhirst wrote: I'm collecting strings from web page sources and storing extracted data in a TextField. If it is done again, it gets added into the TextField. My code goes something like ... If data not in textfield: insert_data(data, textfield) Got

string theory and web woes

2017-04-05 Thread Mike Dewhirst
I'm collecting strings from web page sources and storing extracted data in a TextField. If it is done again, it gets added into the TextField. My code goes something like ... If data not in textfield: insert_data(data, textfield) ... but no matter how I wrinkle my brow and try harder

Re: Crear web apis con Django 1.6

2017-03-27 Thread Gustavo Andres Angulo
-for-a-pragmatic-restful-api sin embargo es mejor que actualices a la versión 1.10 debido a que Django no está soportando ya esa versión y rest-framework tampoco. Saludos. 2017-03-27 9:33 GMT-05:00 ariel gavegno <arigave...@gmail.com>: > Cuál es la forma más eficiente de crear un web api con D

Crear web apis con Django 1.6

2017-03-27 Thread ariel gavegno
Cuál es la forma más eficiente de crear un web api con Django 1.6. Qué librerías existen o qué metodología podría utilizar ? Es imprescindible que migre mi framework a la versión 1.7 para utitlizar la libreria rest_framework ? Gracias por su ayuda. -- You received this message because you

Re: new bee - starting to build web application based on python - Django - PostgreSQL (or) MYSQL

2017-03-17 Thread ludovic coues
l to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/ msgid/django-users/95ec951f-54ae-4424-87e9-278f40dba9b2%40

new bee - starting to build web application based on python - Django - PostgreSQL (or) MYSQL

2017-03-16 Thread Camilo Torres
s+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/95ec951f-54ae-4424-87e9-278f40dba9b2%40google

Re: new bee - starting to build web application based on python - Django - PostgreSQL (or) MYSQL

2017-03-16 Thread Mike Dewhirst
SD It would help to say if you have a particular web application in mind. What is it you would like to achieve? Mike On 17/03/2017 8:38 AM, SD wrote: Hi There, Am new to web development based on python,Django and PostgreSQL (or) MYSQL databases. I am able to build standalone applications

new bee - starting to build web application based on python - Django - PostgreSQL (or) MYSQL

2017-03-16 Thread SD
Hi There, Am new to web development based on python,Django and PostgreSQL (or) MYSQL databases. I am able to build standalone applications. Anyone from community could you help me to get start with web application based on mentioned technologies. Thanks, SD. -- You received this message

Re: Updating files without web server restart

2017-03-13 Thread Antonis Christofides
ooglegroups.com > <mailto:django-users@googlegroups.com>. > Visit this group at https://groups.google.com/group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit > > https://

Re: Updating files without web server restart

2017-03-13 Thread Thiago Parolin
gt;> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to django-users+unsubscr...@googlegroups.com. >> To post to

Re: Updating files without web server restart

2017-03-13 Thread Antonis Christofides
to this group, send email to django-users@googlegroups.com > <mailto:django-users@googlegroups.com>. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CACTnJ00E8bUSWxW_9

Re: Updating files without web server restart

2017-03-13 Thread Avraham Serour
@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/CACTnJ00E8bUSWxW_9-VrDb_ikfJ_ > tzSXWgrq431OWGhsvd8gkg%40mail.gmail.com > <https://groups.goo

Updating files without web server restart

2017-03-13 Thread Thiago Parolin
ango-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACTnJ00E8bUSWxW_9-VrDb_ikfJ_tzSXWgrq431OWGhsvd8gkg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

Re: About create a web GPS aplication

2017-02-15 Thread ludovic coues
ot; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view th

About create a web GPS aplication

2017-02-15 Thread Pedro Araujo
receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/dj

Re: Web-based Voting System for our capstone project

2017-02-07 Thread Genaro Lubong
To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussio

Re: Web-based Voting System for our capstone project

2017-02-03 Thread Melvyn Sopacua
d an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1693602.yeVUsT3Ce1%40devstation. For more options, visit https://groups.google.com/d/optout.

Re: Web-based Voting System for our capstone project

2017-02-01 Thread Avraham Serour
tomize my admin page and make some > dashboard about the students(who have already voted and those who haven't > yet), colleges and everything in my web app. As well as, how to print > reports. I am very willing to be taught and learn from you guys, I am just > a newbie to django,

Web-based Voting System for our capstone project

2017-01-31 Thread Genaro Lubong
I just want to ask, how can I customize my admin page and make some dashboard about the students(who have already voted and those who haven't yet), colleges and everything in my web app. As well as, how to print reports. I am very willing to be taught and learn from you guys, I am just a newbie

At last! Django Channels / web sockets running on MacOS Server 5.2 (Apache 2.4.23)

2017-01-12 Thread Adam Teale
hat proxy to support specific HTTP-based services, including an instance for the Websites service." All I need ​ed​ to do ​ to proxy the websocket connection​ was the following: in: /Library/Server/Web/Config/Proxy/apache_serviceproxy.conf ​Add (around line 297 (in the section about user we

Re: How to pass data between Django module/app functions without using database in asynchronous web service

2017-01-01 Thread Andrew Godwin
It sounds like the only true way of solving this "cleanly" is to be able to use Channels to communicate with the user's web browser as well, which right now means WebSockets (one of the things I want to look at this year is Channels support for something like socket.io/sock.js which has

Re: How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-29 Thread Ken McDonald
from a Django model and then the remote system does uncoordinated stuff with that. Occasionally, the remote system updates data to Django models for debugging information or sending statistics back. In the normal course of the application, the web server web page interface is between user and Django

How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-28 Thread Ken McDonald
I've got a web service under development that uses Django and Django Channels to send data across websockets to a remote application. The arrangement is asynchronous and I pass information between the 2 by sending JSON formatted commands across websockets and then receive replies back

Django web app reaching rest api and CORS problem

2016-11-02 Thread Oguz Yarimtepe
).change(function(){ var var1=$("#filed2").val(); var var2=$("#field1 option:selected").text(); url="http://www.foo.com:8080/; + var1 + "/" + var2 + "/"; $.get(url, function( data ) { alert( "Load was performed." + data); }); }); The Djan

Re: Using Socket Programmaing with django(for a chat room web app)

2016-10-26 Thread Daniel Furman
uot; group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the

Re: Using Socket Programmaing with django(for a chat room web app)

2016-10-25 Thread Rafael E. Ferrero
Maybe you can use Tornado for the websockets Rafael E. Ferrero 2016-10-25 10:08 GMT-03:00 CHAITANYA BHATIA < chaitanya.bhatia.cs...@itbhu.ac.in>: > I want to create a chat room web application without using django Chains > (i.e. I need to use the socket module provided by Python by

Using Socket Programmaing with django(for a chat room web app)

2016-10-25 Thread CHAITANYA BHATIA
I want to create a chat room web application without using django Chains (i.e. I need to use the socket module provided by Python by default). I am facing a difficulty in submitting the input from the html page to the client function.The only way I know of submitting the input from the webpage

Re: Web based IDE for django

2016-08-17 Thread Joel Young
-4, billy...@gmail.com wrote: > > New in django so here is the question: Is there a web based IDE for django > where the environments are set up and all we focus on the creating models, > view and control? It seems most of my time is spend creating url, import > this, import that,

Re: Web based IDE for django

2016-08-17 Thread James Schneider
> > New in django so here is the question: Is there a web based IDE for django > where the environments are set up and all we focus on the creating models, > view and control? It seems most of my time is spend creating url, import > this, import that, put middleware, 90% of th

Re: Web based IDE for django

2016-08-16 Thread Daniel França
hmm, not sure if I got what you want...but have you tried cloud9? https://c9.io/ On Tue, 16 Aug 2016 at 07:30 Jani Tiainen <rede...@gmail.com> wrote: > Hi, > > Just for curiosity, can you point out any web based editor does what > you're asking for, even not Python based? &

Re: Web based IDE for django

2016-08-15 Thread Jani Tiainen
Hi, Just for curiosity, can you point out any web based editor does what you're asking for, even not Python based? To me it sounds that you want to have some kind of (web based) wizard to generate most of the code for you. Since you feel repeating your way of workin, why not to write IDE

Re: Web based IDE for django

2016-08-15 Thread Gary Roach
> wrote: New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put mi

Re: Web based IDE for django

2016-08-15 Thread billyhun01
> > On Mon, Aug 15, 2016 at 4:47 PM, <billy...@gmail.com > wrote: > >> New in django so here is the question: Is there a web based IDE for >> django where the environments are set up and all we focus on the creating >> models, view and control? It seems most of my

Re: Web based IDE for django

2016-08-15 Thread Ari Davidow
o so here is the question: Is there a web based IDE for django > where the environments are set up and all we focus on the creating models, > view and control? It seems most of my time is spend creating url, import > this, import that, put middleware, 90% of the time is spend worrying abo

Web based IDE for django

2016-08-15 Thread billyhun01
New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put middleware, 90% of the time is spend worrying

Re: How to see error in django coding while i am using it through server/web ?

2016-07-19 Thread Asad ur Rehman
from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.

Re: How to see error in django coding while i am using it through server/web ?

2016-07-19 Thread Asad ur Rehman
https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f9d49550-e8b8-4eb8-987a-0695c8db06e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

<    1   2   3   4   5   6   7   8   9   10   >