Re: Django web app pages not displaying

2012-11-21 Thread Babatunde Akinyanmi
t; "Server Not Found"?? >> >> On 11/20/12, coded kid <duffle...@gmail.com > wrote: >> > I just deployed my django website, I tried visiting some pages on the >> > site and it's not displaying. I have three web browsers on my PC, I >> > tried visi

Re: Can't get Web font loader in django

2012-11-21 Thread Chris Pagnutti
try) found this more > detailed response. > What you actually need to do is within your view that renders the page > requirements log in to your google > > account, retrieve the file, and pass it to your template so it incorporates > your response within the html > web page. &g

Creating a torrent file & associated tracker through a django web app

2012-11-21 Thread ashish makani
Hi Folks Following is a description of what i am trying to achieve : The user should log into a web app, select a file & be able to create a torrent & a private tracker(http://IP_ADDRESS:PORT/announce) gets created for that torrent. I found two libraries mktorrent[1] & py3crea

Re: Django web app pages not displaying

2012-11-20 Thread coded kid
> "Server Not Found"?? > > On 11/20/12, coded kid <duffle...@gmail.com > wrote: > > I just deployed my django website, I tried visiting some pages on the > > site and it's not displaying. I have three web browsers on my PC, I > > tried visiting tho

Re: Can't get Web font loader in django

2012-11-20 Thread Issam Outassourt
d response. What you actually need to do is within your view that renders the page requirements log in to your google account, retrieve the file, and pass it to your template so it incorporates your response within the html web page. In your head section template all you need to do is something of this ki

Can't get Web font loader in django

2012-11-20 Thread Chris Pagnutti
Hi. I'm trying to get the Google Web Font loader via http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js&quot</a>;> in my section. But when I load the page I get (in Chromium's console) this message: GET https://www.googleapis.com/webfonts/v1/webfonts 403 (Forbidden) HOWEV

Re: Django web app pages not displaying

2012-11-20 Thread Babatunde Akinyanmi
Hi coded, What error is your browser complaining of? "Connection timed out" or "Server Not Found"?? On 11/20/12, coded kid <duffleboi...@gmail.com> wrote: > I just deployed my django website, I tried visiting some pages on the > site and it's not displaying. I hav

Re: Django web app pages not displaying

2012-11-20 Thread Yogev Metzuyanim
siting some pages on the > site and it's not displaying. I have three web browsers on my PC, I > tried visiting those pages through the other two web browsers but the > pages are not displaying. I asked a friend of mine in Poland to check > those pages out, he said the pages are displ

Django web app pages not displaying

2012-11-20 Thread coded kid
I just deployed my django website, I tried visiting some pages on the site and it's not displaying. I have three web browsers on my PC, I tried visiting those pages through the other two web browsers but the pages are not displaying. I asked a friend of mine in Poland to check those pages out, he

Re: [Apache] Trouble deploying my web app with mod_python

2012-11-14 Thread Issam Outassourt
legroups.com > *Date: *Wed, 14 Nov 2012 11:45:40 +0100 > *To: *<django-users@googlegroups.com> > *ReplyTo: * django-users@googlegroups.com > *Subject: *[Apache] Trouble deploying my web app with mod_python > > Hi all, > I've got a problem deploying my new app that i designed on

Re: [Apache] Trouble deploying my web app with mod_python

2012-11-14 Thread jirka . vejrazka
sso...@gmail.com> Sender: django-users@googlegroups.com Date: Wed, 14 Nov 2012 11:45:40 To: <django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: [Apache] Trouble deploying my web app with mod_python Hi all, I've got a problem deploying my new app that i de

[Apache] Trouble deploying my web app with mod_python

2012-11-14 Thread Issam Outassourt
Hi all, I've got a problem deploying my new app that i designed on my personal server that i run on my computer and i would like some help to deal with this. Here's the problem. You can see down here what happens when I try to visualize my home page : ServerName: '127.0.1.1' DocumentRoot:

Re: Consume Web Service

2012-11-09 Thread Derrick Jackson
umcoder.co.uk/blog/2009/nov/23/running-soap-webservice-without-library/ > > > Tim. > > On 08/11/12 21:26, Derrick Jackson wrote: > > Hi all, > > > > I have a web service that I need to consume. Do you have > > any recommendations as to what I

Re: Consume Web Service

2012-11-08 Thread Tim Sawyer
I keep it simple and just create the XML manually. Works for me on simple services. http://drumcoder.co.uk/blog/2009/nov/23/running-soap-webservice-without-library/ Tim. On 08/11/12 21:26, Derrick Jackson wrote: Hi all, I have a web service that I need to consume. Do you have any

Consume Web Service

2012-11-08 Thread Derrick Jackson
Hi all, I have a web service that I need to consume. Do you have any recommendations as to what I should be using to consume it? SoapLIb, Suds, etc... -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the

Re: URLField and Web Sockets URLs

2012-10-05 Thread Julian Cerruti
Oct 4, 2012 at 12:51 PM, Julian Cerruti > <jcer...@willowgarage.com > > wrote: > >> Apparently the current implementation of URLField rejects Web Sockets >> URLs such as ws://my.server.com/ >> >> This seems to be due to the implementation of the underlying

Re: URLField and Web Sockets URLs

2012-10-04 Thread Russell Keith-Magee
On Fri, Oct 5, 2012 at 12:51 AM, Julian Cerruti <jcerr...@willowgarage.com> wrote: > Apparently the current implementation of URLField rejects Web Sockets URLs > such as ws://my.server.com/ > > This seems to be due to the implementation of the underlying URLValidator, > which

Re: URLField and Web Sockets URLs

2012-10-04 Thread Kurtis Mullins
code base and modify/use accordingly. I'm not sure on the best way to make proposals. Hopefully someone else can chime in there for you. On Thu, Oct 4, 2012 at 12:51 PM, Julian Cerruti <jcerr...@willowgarage.com>wrote: > Apparently the current implementation of URLField rejects Web Soc

URLField and Web Sockets URLs

2012-10-04 Thread Julian Cerruti
Apparently the current implementation of URLField rejects Web Sockets URLs such as ws://my.server.com/ This seems to be due to the implementation of the underlying URLValidator, which has a regex to search for ftp or http based URLs only. Is there any chance the URLValidator regexp can

Re: [need advice and suggestion] questions about generating static web page.

2012-09-25 Thread Ezequiel
On Tuesday, September 25, 2012 3:11:45 PM UTC-3, bruce wrote: > > Dear All, > I am a novice. > Currently, > I am thinking to build a simple static personal web page generator for the > people in my group. So, they can login my django powered site and input > their info

Re: questions about generating static web page.

2012-09-25 Thread bruce
ata %} > >> userdata.username > >> > >> > >> Example Field: > >> userdata.example_field > >> > >> > >> {% endif %} > >> > >> > >> > >> > >

Re: questions about generating static web page.

2012-09-25 Thread Bill Freeman
ata.username >> >> >> Example Field: >> userdata.example_field >> >> >> {% endif %} >> >> >> >> >> >> On Tue, Sep 25, 2012 at 11:44 PM, bruce <bruce...@gmail.com> wrote: >>> >>&

Re: questions about generating static web page.

2012-09-25 Thread bruce
userdata.example_field > > > {% endif %} > > > > > > On Tue, Sep 25, 2012 at 11:44 PM, bruce <bruce...@gmail.com > >wrote: > >> God. The original subject is too long. >> I made the Subject shorter. >> >> Thanks, >> Bruce &

Re: questions about generating static web page.

2012-09-25 Thread Bill Freeman
..@gmail.com> wrote: >>> >>> God. The original subject is too long. >>> I made the Subject shorter. >>> >>> Thanks, >>> Bruce >>> >>> >>> >>> >>> >>> On Tuesday, September 25, 2012 2:11:45 PM U

Re: questions about generating static web page.

2012-09-25 Thread Amyth Arora
2012 at 11:44 PM, bruce <brucehar...@gmail.com> wrote: > >> God. The original subject is too long. >> I made the Subject shorter. >> >> Thanks, >> Bruce >> >> >> >> >> >> On Tuesday, September 25, 2012 2:11:45 PM UT

Re: questions about generating static web page.

2012-09-25 Thread Amyth Arora
e the Subject shorter. > > Thanks, > Bruce > > > > > > On Tuesday, September 25, 2012 2:11:45 PM UTC-4, bruce wrote: >> >> Dear All, >> >> I am a novice. >> Currently, >> I am thinking to build a simple static personal web page generato

questions about generating static web page.

2012-09-25 Thread bruce
God. The original subject is too long. I made the Subject shorter. Thanks, Bruce On Tuesday, September 25, 2012 2:11:45 PM UTC-4, bruce wrote: > > Dear All, > > I am a novice. > Currently, > I am thinking to build a simple static personal web page generator for the &g

[need advice and suggestion] questions about generating static web page.

2012-09-25 Thread bruce
Dear All, I am a novice. Currently, I am thinking to build a simple static personal web page generator for the people in my group. So, they can login my django powered site and input their info, such as name, title, photo, education background and etc. Then, the person's static web page

Re: Best free web hosting portal

2012-09-10 Thread Anton Popovine
I want to host my site on free web hosting for testing purpose, > so anyone give me suggestion on best free web hosting site for django > website. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this dis

Re: Best free web hosting portal

2012-09-10 Thread TJ Max
wrote: > Hello friends, > >I want to host my site on free web hosting for testing purpose, > so anyone give me suggestion on best free web hosting site for django > website. > > -- > You received this message because you are subscribed to the Google Groups >

Best free web hosting portal

2012-09-10 Thread Somnath
Hello friends, I want to host my site on free web hosting for testing purpose, so anyone give me suggestion on best free web hosting site for django website. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this

Re: Development server won't work from a shared web host

2012-09-08 Thread Javier Guerra Giraldez
On Sat, Sep 8, 2012 at 12:55 AM, graeme wrote: > Why Mako? As a personal preference it is fine, but why general advice for > newbies? Many people are happy with Django templates - although I far prefer > Jinja which had the advantages without some of the more annoying >

Re: Development server won't work from a shared web host

2012-09-07 Thread graeme
t;>> > >>>> > Ok, ok. I now have a Ubuntu/server with a Ubuntu desktop running >>>> using oracle vm virtualbox. I know almost nothing about Linux. I don't >>>> even know how to ssh to this beast sitting in front of me. I hope this >&

Re: Development server won't work from a shared web host

2012-09-07 Thread graeme
ine with any server. > -- > DR. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/6P-djImkSIAJ. To post to this group, send email to django-us

Re: Development server won't work from a shared web host

2012-09-06 Thread ecs1749
u desktop running >>> using oracle vm virtualbox. I know almost nothing about Linux. I don't >>> even know how to ssh to this beast sitting in front of me. I hope this is >>> a start... >>> > >>> >> -- >> You received this message bec

Re: Development server won't work from a shared web host

2012-09-06 Thread Kurtis Mullins
n front of me. I hope this is a >> start... >> > >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/1pD4k3PdhtEJ

Re: Development server won't work from a shared web host

2012-09-06 Thread ecs1749
this is a > start... > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/1pD4k3PdhtEJ. To post to this group, send email to django-users@g

Re: Development server won't work from a shared web host

2012-09-06 Thread Demian Brecht
You *can* install Django on Linux, Mac or Windows. Choose the environment that you're most accustomed to if you're just trying to get things done. However, if you want to learn Linux at the same time (at least, bits of it), then I fully endorse going down that path. On Wed, Sep 5, 2012 at 9:19

Re: Development server won't work from a shared web host

2012-09-05 Thread ecs1749
rticular interface and > port. It maybe that you can bind it to a port on the localhost interface > (and then tunnel that over ssh), or you may be able to have your host > allocate you specific ports which you can use to run any kind of web server > you like. > > While runserver shou

Re: Development server won't work from a shared web host

2012-09-04 Thread Marcin Tustin
. It maybe that you can bind it to a port on the localhost interface (and then tunnel that over ssh), or you may be able to have your host allocate you specific ports which you can use to run any kind of web server you like. While runserver shouldn't be used for production, I have used it to diagnose

Re: Development server won't work from a shared web host

2012-09-04 Thread ecs1749
server - it works just fine with any server. > -- > DR. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/UhMFGZB6YS0J. To post to thi

Re: Development server won't work from a shared web host

2012-09-04 Thread ecs1749
ent server, how do I access the Django admin functions? >>> >>> Thanks, >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To view this discussion on th

Re: Development server won't work from a shared web host

2012-09-04 Thread Daniel Roseman
d to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/CtVYQab943MJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googl

Re: Development server won't work from a shared web host

2012-09-03 Thread ecs1749
ut the development server, how do I access the Django admin functions? >> >> Thanks, >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To view this discussion on the web visit >&g

Re: Development server won't work from a shared web host

2012-09-03 Thread Jonathan Baker
t; Without the development server, how do I access the Django admin functions? > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.goo

Development server won't work from a shared web host

2012-09-03 Thread ecs1749
ions? Thanks, -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/JUTvMucLwLYJ. To post to this group, send email to django-users@googlegroups.com. To un

Re: looking for help to make build for django web application

2012-09-03 Thread puneet loya
ools for django application? > > > I am looking for suggestions ? > > > thanks > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/d

Re: authenticate=None mistery: can't authenticate from the web but it works from the command line

2012-08-22 Thread Jorge Garcia
ord=clave) > > > > should be > > > > authenticate(username=usuario, password=clave) > > > > Regards > > > > > > On Sun, Aug 19, 2012 at 3:35 PM, Jorge Garcia > > <jorgega...@gmail.com> &

Re: authenticate=None mistery: can't authenticate from the web but it works from the command line

2012-08-22 Thread Tom Evans
ario, password=clave) > > Regards > > > On Sun, Aug 19, 2012 at 3:35 PM, Jorge Garcia <jorgegarcia...@gmail.com> > wrote: >> >> Hi there. Im doing my first login form for an existing Django application. >> The thing is that when I give the correct usr/pswd fr

Re: authenticate=None mistery: can't authenticate from the web but it works from the command line

2012-08-19 Thread Joseph Mutumi
ng Django application. > The thing is that when I give the correct usr/pswd from the > web, django.contrib.auth.authenticate returns systematically None. > However, when I try the same thing from the Django shell it works. I'm > working with a "john" user created from the

authenticate=None mistery: can't authenticate from the web but it works from the command line

2012-08-19 Thread Jorge Garcia
Hi there. Im doing my first login form for an existing Django application. The thing is that when I give the correct usr/pswd from the web, django.contrib.auth.authenticate returns systematically None. However, when I try the same thing from the Django shell it works. I'm working

Re: Web service development

2012-07-08 Thread John Yeukhon Wong
at Django's tutorials. Sometimes you want to have some "Graphical" tutorials before diving into textual tutorials. On Sunday, July 8, 2012 4:20:52 AM UTC-4, stikic wrote: > > Hello, > > How can I develop web service using django? > > Is there edit and continue f

Web service development

2012-07-08 Thread Seyfullah Tıkıç
Hello, How can I develop web service using django? Is there edit and continue feature in django/python like Microsoft Visual Studio/CSharp? Thank you. -- SEYFULLAH TIKIÇ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Advices on what web programming language used in template?

2012-07-03 Thread Frankline
Hi Yu, Your question is not really clear. Perhaps take a look at this: https://docs.djangoproject.com/en/dev/topics/templates/ Since you have mentioned JSP, I'm thinking you are looking at Python/Django alternatives. If that is the case, then you have the following alternatives: - Ruby on Rails

Re: Advices on what web programming language used in template?

2012-07-03 Thread Yu Min
于 2012年07月03日 19:09, kenneth gonsalves 写道: could you clarify your question please? Do you want to know what programming language is to be used in templates? Or do you want to know what programming language is to be used to program templates? Sorry for not make myself clear. What I am wondering

Re: Advices on what web programming language used in template?

2012-07-03 Thread kenneth gonsalves
On Tue, 2012-07-03 at 15:30 +0800, Yu Min wrote: > I'm going through django structure. And while struggling to > understand the django usage, I start to wonder what web programing > language goes well with the template system. could you clarify your question please? Do you want to

Advices on what web programming language used in template?

2012-07-03 Thread Yu Min
hi, guys I'm going through django structure. And while struggling to understand the django usage, I start to wonder what web programing language goes well with the template system. Will you guys kindly enough to give me some advice on this please! -- You received this message because

Re: Is there a custom forms component of python-web?

2012-05-24 Thread Alec Taylor
On Thu, May 24, 2012 at 8:29 PM, kevon wang wrote: > what is plonk. ? > Onomatopoeia See: http://www.urbandictionary.com/define.php?term=plonk -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Is there a custom forms component of python-web?

2012-05-24 Thread kevon wang
what is plonk. ? -- 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 email to django-users+unsubscr...@googlegroups.com. For more options,

Re: Is there a custom forms component of python-web?

2012-05-24 Thread bruno desthuilliers
plonk. On May 24, 9:58 am, kevon wang <kevonwang6...@gmail.com> wrote: > I want to find a plugin of django what it can custom fields in the form. > The functions include custom fields in web page and create the fields in > database. > plug's flow like these: >      1.we can

Re: Is there a custom forms component of python-web?

2012-05-24 Thread kevon wang
I want to find a plugin of django what it can custom fields in the form. The functions include custom fields in web page and create the fields in database. plug's flow like these: 1.we can define fields in web page --> 2.create the table in database(table includes all custom fields) --

Re: Python Web Development with Django by Wesley Chun

2012-05-24 Thread wesley chun
for those who aren't gainfully-employed, in emerging markets, or going through hard times, it may seem quite expensive to purchase the book at retail price ($49.99USD). below are some alternatives to obtaining this one book at less than that: 1. Kindle electronic version from Amazon (at 65% off

Re: Is there a custom forms component of python-web?

2012-05-23 Thread bruno desthuilliers
On May 23, 12:27 pm, kevon wang wrote: > Is there a component as above Yes. > thanks! You're welcome. hint #1: google is your friend. Took me about 15 seconds to get the answer, so way less than the time you spent posting your question. hint #2: what you're looking

Re: Is there a custom forms component of python-web?

2012-05-23 Thread kevon wang
Is there a component as above, thanks! -- 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 email to django-users+unsubscr...@googlegroups.com.

Is there a custom forms component of python-web?

2012-05-23 Thread kevon wang
whether there is a custom forms component or example of python-web, the best one can match django framework. thanks. -- 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 u

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Thomas Lockhart
On 5/22/12 6:46 AM, Russell Keith-Magee wrote: ... We *will not* condone any attempt to use official Django forums as a way to circumvent copyright. Thanks Russell! - Tom -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Russell Keith-Magee
Alexey - you have been warned. "Python Web Development" by Forcier, Bissex and Chun is a copyrighted work. We *will not* condone any attempt to use official Django forums as a way to circumvent copyright. Yours, Russ Magee %-) On Tue, May 22, 2012 at 5:28 PM, Alexey <ifreemas...@gma

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Alexey
http://rutracker.org/forum/viewtopic.php?t=3720635 On 22 май, 09:05, Ali Shaikh <shaikht...@gmail.com> wrote: > Hey Django.!! > > Please can anyone share Python Web Development with > Django by Wesley Chun E-Book?? > > Thank Yooo -- You received

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Ali Shaikh
..!! > > > Please can anyone share Python Web Development with > > Django by Wesley Chun E-Book?? > > Given that this book can be easily purchased at any number of online > booksellers, I'm assuming that what you're asking for here is for > someone to provide

Re: Python Web Development with Django by Wesley Chun

2012-05-22 Thread Russell Keith-Magee
On Tue, May 22, 2012 at 1:05 PM, Ali Shaikh <shaikht...@gmail.com> wrote: > Hey Django.!! > > Please can anyone share Python Web Development with > Django by Wesley Chun E-Book?? Given that this book can be easily purchased at any number of online booksel

Python Web Development with Django by Wesley Chun

2012-05-21 Thread Ali Shaikh
Hey Django.!! Please can anyone share Python Web Development with Django by Wesley Chun E-Book?? Thank Yooo -- 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@google

Re: Web-framework+db with the widest scalability?

2012-05-12 Thread Russell Keith-Magee
I've responded on stackoverflow. The brief summary: The bullet point description you have provided would adequately describe just about any data-backed web site on the planet with an API. You haven't provided anywhere near enough detail to provide meaningful recommendations. There is no silver

Web-framework+db with the widest scalability?

2012-05-12 Thread Alec Taylor
database <http://en.wikipedia.org/wiki/Object-relational_database>—e.g.: Redis <http://en.wikipedia.org/wiki/Redis> or PostgreSQL<http://en.wikipedia.org/wiki/PostgreSQL>—and web-framework <http://en.wikipedia.org/wiki/Web_application_framework>—e.g. Django <h

Re: Prototype of a web based code editor for Django

2012-05-11 Thread Alec Taylor
It looks alright, be sure to add code highlighting and debugging to the online text editor (http://ace.ajax.org/). Also need restart buttons and whatnot On Sat, May 12, 2012 at 12:06 AM, Timothy Clemans <timothy.clem...@gmail.com> wrote: > I've created a basic web based code editor f

Re: Web services.

2012-05-02 Thread Karl Sutt
Have you looked into something like Backbone.js ( http://documentcloud.github.com/backbone/) or Spine (http://spinejs.com/)? I know this may not exactly be what you're after, but it does allow you to define models and manipulate them asynchronously (with data being pushed to the server via AJAX).

Re: Web services.

2012-05-02 Thread Sherif Shehab Aldin
dmin > > interface... What I need to do a lot is adding some Ajax calls, but I am > a > > bit confused about weather It's better to provide those Ajax calls as web > > services like SOAP or REST, or I just create normal views.. I need to > > standardize those calls, I wa

Re: Soap web services with Soaplib in Django

2012-04-27 Thread Meenakshi Ithape
> I create the client, who access the web services from another url, but i > didn't know > how to send the object to the web_service method or how to check the > methods parameters type using suds? > If know this ,plz let me know. > > > On Thursday, 26 April 2012 19:34:06 UT

Re: Web services.

2012-04-27 Thread Tom Evans
t weather It's better to provide those Ajax calls as web > services like SOAP or REST, or I just create normal views.. I need to > standardize those calls, I want to have a pattern to follow whenever I need > to create new Ajax call to minimize the time needed to add new functionality > and fo

Re: Soap web services with Soaplib in Django

2012-04-27 Thread Meenakshi Ithape
Thanks for the reply, I already done this & i create client using suds,& also create the view for that client, display message on the browser. But now i have another issue, I create the client, who access the web services from another url, but i didn't know how to send th

Web services.

2012-04-26 Thread Sherif Shehab Aldin
Hi All, I am developing some django apps, mostly they are adds to the django admin interface... What I need to do a lot is adding some Ajax calls, but I am a bit confused about weather It's better to provide those Ajax calls as web services like SOAP or REST, or I just create normal views.. I

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
result} > return render_to_response('frontend/paypal.html', d) > > But, you probably want to do something with the result of your call before > passing it to the template. I can't tell what your web service will return > so I can't advise you on that. > > Also, there is another gre

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
/', HelloWorldService()) result = client.say_hello('John', 2) d = {'result': result} return render_to_response('frontend/paypal.html', d) But, you probably want to do something with the result of your call before passing it to the template. I can't tell what your web service will return so I can't advise you

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Meenakshi Ithape
Thanks for the reply, I am new in django, Can you suggest me, how should i display the result which is getting from web service display it on web-browser? I am waiting for the reply. On Thursday, 26 April 2012 11:36:19 UTC+5:30, somecallitblues wrote: > > It's probably a problem with what

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
It's probably a problem with what you're passing to the template or what you have in your template. You should supply some actual code from your view and your template. -m On 25 April 2012 15:01, Meenakshi Ithape <meenakshi.ith...@gmail.com> wrote: > I used the Soap web services wit

Soap web services with Soaplib in Django

2012-04-25 Thread Meenakshi Ithape
I used the Soap web services with Soaplib in Django, for that i take the help from below link http://djangosnippets.org/snippets/979/ When i run this code through command prompt it runs properly, but when i run it on browser it shows nothing, Can anybody please help me, what should i done wrong

looking for help to make build for django web application

2012-04-20 Thread pritesh modi
Hello Guys is there any one had use the Distutils for Distributing Python Modules,I am looking for make build or setuptools for django application? I am looking for suggestions ? thanks -- You received this message because you are subscribed to the Google Groups "Django users"

Web Application Engineer opening - Boston MA or Managua, Nicaragua

2012-04-09 Thread Sanjay Jain
Django developers may be interested in this opening in Boston or Managua. http://www.quoininc.com/quoin/quoin-about/jobs/python-django-rails-engineer-boston.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Web App Systems Management Tool for Ubuntu Platform

2012-03-29 Thread Alex Mandel
On 03/29/2012 06:37 PM, Eduardo Bergavera wrote: > Hi Everyone! > > I would like to ask some guidance regarding anyone who may be > interested in developing web-based python app for systems management > in Ubuntu. The web-app acts as centralized interface to manage cloud >

Web App Systems Management Tool for Ubuntu Platform

2012-03-29 Thread Eduardo Bergavera
Hi Everyone! I would like to ask some guidance regarding anyone who may be interested in developing web-based python app for systems management in Ubuntu. The web-app acts as centralized interface to manage cloud based or physical Ubuntu servers in one location. I'd like it to be developed using

Re: Unit test example for web froms

2012-02-12 Thread veearrsix
. On Feb 12, 2:41 am, Mario Gudelj <mario.gud...@gmail.com> wrote: > Hi guys, > > I was wandering if anyone has a good example of a unit test where they have > a view which processes a web form. I'm not sure how you'd test something > like that. > > Thanks, > > mar

Unit test example for web froms

2012-02-11 Thread Mario Gudelj
Hi guys, I was wandering if anyone has a good example of a unit test where they have a view which processes a web form. I'm not sure how you'd test something like that. Thanks, mario -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: ANN: OGC Web Feature Service for GeoDjango

2012-02-01 Thread Jeff Heard
s, but it is quite usable. >> There is also an implementation of WMS included, but it is currently >> undocumented as I clean up that code and make it similar to my more >> recently implemented WFS. This package is a reusable app that will allow >> you to expose any GeoDja

Re: ANN: OGC Web Feature Service for GeoDjango

2012-01-31 Thread George Silva
you to expose any > GeoDjango model as a Web Feature Service. > > Supported formats for output are currently anything that is supported by a > single-file format in OGR. Shapefiles are not yet supported for output but > will be soon. > > Also, you can adapt WFS to any pyth

ANN: OGC Web Feature Service for GeoDjango

2012-01-31 Thread Jeff Heard
and make it similar to my more recently implemented WFS. This package is a reusable app that will allow you to expose any GeoDjango model as a Web Feature Service. Supported formats for output are currently anything that is supported by a single-file format in OGR. Shapefiles are not yet supported

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-27 Thread Stuart Laughlin
to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Ic6XZGPP1O0J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@google

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-27 Thread Dale
Hi everyone, great discussion for a Django noob, I'm learning lots! What's the consensus (wink) on choice of web server if one is forced to use the same server for dynamic Django/Python _and_ PHP content, and also static content? I guess no one's really forcing me, but it feels like if I have

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-17 Thread Stuart Laughlin
On Tue, Jan 17, 2012 at 3:56 AM, Tom Evans wrote: > On Mon, Jan 16, 2012 at 11:12 PM, Stuart Laughlin > wrote: >> I also note that everyone who advocates >> for apache concedes that the default installation/configuration is really >> not

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-17 Thread Tom Evans
On Mon, Jan 16, 2012 at 11:12 PM, Stuart Laughlin wrote: > I also note that everyone who advocates > for apache concedes that the default installation/configuration is really > not appropriate for django apps. I intend to look more deeply into the > suitability of the

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-16 Thread Stuart Laughlin
might very well have manifested no matter the web server involved (is that a fair way to state it?). Regarding the topic of this thread, I am still inclined to think that the lighter servers are a better choice than apache for django devs in general (i.e. people who are not sysadmins or apache

Re: Web Servers for Django Projects [WAS: Does anyone know any blogs...]

2012-01-14 Thread Graham Dumpleton
ately for a lot people because the server generally isn't the issue anyway. The only big problem is usually memory usage because Apache/mod_wsgi for a Linux distro is embedded and prefork MPM, which is bad for fat Python web applications. As to ease of debugging, if you are debugging your code an

<    5   6   7   8   9   10   11   12   13   14   >