Re: python/django support

2020-10-12 Thread siddharth kantekar
Hi Subbu, I can help you out with your requirements, lets have a call if that works for you? Thanks Siddharth On Sun, Oct 11, 2020 at 10:21 AM Dvs Khamele wrote: > > Hi do you hire contract based python/django freelancer? > We can help you in this and related tasks at fair prices. Reply or s

Re: python/django support

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Thu, 1 Oct 2020, 6:31 pm Subbu Lakk, wrote: > guys, I need support for my django applicati

python/django support

2020-10-01 Thread Subbu Lakk
guys, I need support for my django application. Here is my requirement python 3.x/django2.x/django channels/web sockets/rest api/daphne /oracle db/java script if anybody can help, I can pay decent money in indian rupees. thank you subba. -- You received this message because you are subscrib

Re: Django support

2020-07-14 Thread Luciano Martins
Hi, there is a BR site only for jobs that python and someone might be interested ... www.pyjobs.com.br Em segunda-feira, 13 de julho de 2020 09:11:41 UTC-3, lakshmi priya escreveu: > > I’m in need of a tutor who is more than 4 years experienced in Django and > who can help me with real time pro

Re: Django support

2020-07-13 Thread lakshmi priya
Can we connect on cal for discussion On Mon, 13 Jul 2020 at 5:45 PM, RaviKiran Kk wrote: > > > On Mon, Jul 13, 2020 at 5:40 PM lakshmi priya < > priyaviswanadh2...@gmail.com> wrote: > >> I’m in need of a tutor who is more than 4 years experienced in Django and >> who can help me with real time

Re: Django support

2020-07-13 Thread RaviKiran Kk
On Mon, Jul 13, 2020 at 5:40 PM lakshmi priya wrote: > I’m in need of a tutor who is more than 4 years experienced in Django and > who can help me with real time projects with Django framework > > -- > You received this message because you are subscribed to the Google Groups > "Django users" grou

Django support

2020-07-13 Thread lakshmi priya
I’m in need of a tutor who is more than 4 years experienced in Django and who can help me with real time projects with Django framework -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr

Can Django support chunked file uploads without a Content-Length header?

2019-10-02 Thread Nick Sarbicki
I'm working on a Django API which receives audio files and some extra POST data and then processes the file. This was initially in Flask, but Django suits the overall project better so we're migrating. However we've run into a snag. Currently the audio file is sent via node.js, with the node-fe

Django support SCORM COMPLIANT?

2018-12-11 Thread Suresh
Hi all, Please tell me about scorm compliant in django. How can i make portable for scorm compliant in my django lms. then how can i create django lms. please support me, thank you... -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Why doesn't Django support managing Raw SQL changes using migration system like models

2018-02-28 Thread Julio Biason
Hi Cmp, Well, Django has to be database agnostic for things to work with any database. If raw sql is allowed, how do you can be sure it will work with any database? So far, you mentioned a bunch of PostreSQL things. But what if, tomorrow, some higher ups decided that support is required and buy O

Why doesn't Django support managing Raw SQL changes using migration system like models

2018-02-27 Thread cmp
I have an problem that I wanted to solve recently using a Postgres Trigger + Procedure that I do not want to do via Signals or within Python itself. I want to make a log which when an entry is created the result is applied to a row. We need the log to be the source of truth and I don't want to

can django support chinese search?

2017-06-04 Thread brian
today i use a forum as Misago,and i set language use chinese,but when i search chinese chart, Misago can't response anything ,so,i emailed to Misago manager team,and them asked me,text search use django search module,so, i think may i can get help at here -- You received this message because y

Django support new released Plesk Onyx

2016-10-27 Thread Daniel Chimeno
Hello, Just wanted to share my thoughts here. Plesk (a major web control panel solution) has recently launched its new version 12.5 (Onyx). They finally support other programming languages and frameworks, before this they only support PHP. The marketing website (https://www.plesk.com/onyx/) feat

Does django support hmvc?

2015-02-23 Thread frocco
If so, are there any tutorials? -- 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 group, send email to d

Re: Does Django support general reusable UI widgets?

2013-02-28 Thread Tom Evans
On Thu, Feb 28, 2013 at 10:46 AM, Dong Wang wrote: > It seems "django.forms.widgets" is designed to support only reusable input > widgets used in forms, does Django support general reusable UI widgets like > tornado.web.UIModule ? > Yes, Django allows you to define custom

Does Django support general reusable UI widgets?

2013-02-28 Thread Dong Wang
It seems "django.forms.widgets" is designed to support only reusable input widgets used in forms, does Django support general reusable UI widgets like tornado.web.UIModule ? Thanks, Dong -- You received this message because you are subscribed to the Google Groups "Django u

Re: django support for ms SQL

2013-01-31 Thread Andre Terra
http://django-mssql.readthedocs.org/en/latest/ Cheers, AT On Thu, Jan 31, 2013 at 11:34 AM, wrote: > is there any support for MS SQL ? > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

django support for ms SQL

2013-01-31 Thread arc4gold
is there any support for MS SQL ? thanks -- 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 group, send

Re: Why doesn't Django support subdomain url conf?

2012-06-17 Thread Alireza Savand
Thank you Rafał, it's useful. But it's will be reasonable if django own subdomains built-in. On Saturday, June 16, 2012 6:04:36 PM UTC+4, Rafał Stożek wrote: > > You may want to take a look at this project: > https://github.com/ennio/django-hosts > > On Saturday, June 16, 2012 1:48:16 PM UTC+1, A

Re: Why doesn't Django support subdomain url conf?

2012-06-16 Thread Timothy Makobu
+1 django-hosts worked very well for me. On Sat, Jun 16, 2012 at 5:04 PM, Rafał Stożek wrote: > You may want to take a look at this project: > https://github.com/ennio/django-hosts > > > On Saturday, June 16, 2012 1:48:16 PM UTC+1, Alireza Savand wrote: >> >> Have extremely control on URLs wit

Re: Why doesn't Django support subdomain url conf?

2012-06-16 Thread Rafał Stożek
You may want to take a look at this project: https://github.com/ennio/django-hosts On Saturday, June 16, 2012 1:48:16 PM UTC+1, Alireza Savand wrote: > > Have extremely control on URLs with django is easy as possible. > > But why there is nothing about handling subdomains url configration, all i

Re: Why doesn't Django support subdomain url conf?

2012-06-16 Thread Alireza Savand
i don't think we can say that, cause instead of handling url in urls.conf, we could done that in .htaccess or as you said in WebServer configuration. On Sat, Jun 16, 2012 at 5:21 PM, Daniel Roseman wrote: > On Saturday, 16 June 2012 13:48:

Re: Why doesn't Django support subdomain url conf?

2012-06-16 Thread Daniel Roseman
On Saturday, 16 June 2012 13:48:16 UTC+1, Alireza Savand wrote: > > Have extremely control on URLs with django is easy as possible. > > But why there is nothing about handling subdomains url configration, all i > found it was > making

Why doesn't Django support subdomain url conf?

2012-06-16 Thread Alireza Savand
Have extremely control on URLs with django is easy as possible. But why there is nothing about handling subdomains url configration, all i found it was makinga middleware

Re: cPanel Python/Django support

2012-05-02 Thread shacker
On Wednesday, May 2, 2012 2:52:09 AM UTC-7, Gabriel - Iulian Dumbrava wrote: > > Unfortunately to make it more useful to deploy django, some hosting > providers should stop providing CentOS with Python 2.4. I just got another > server with this flavour and I had to install my own version of Pytho

Re: cPanel Python/Django support

2012-05-02 Thread Gabriel - Iulian Dumbrava
acker a scris: > > For the past couple of years, cPanel (the most widely deployed hosting > control panel system) has been taking pulse on user demand for native > Django support (similar to their Rails installer). Just saw this note from > cPanel devs and thought some folks here

cPanel Python/Django support

2012-04-30 Thread Scot Hacker
For the past couple of years, cPanel (the most widely deployed hosting control panel system) has been taking pulse on user demand for native Django support (similar to their Rails installer). Just saw this note from cPanel devs and thought some folks here might be interested. This is a great

Re: Basic Django Support

2011-05-17 Thread Mateusz Marzantowicz
On Sun, May 15, 2011 at 6:07 PM, David Biglin wrote: > Hi, > I have been playing with Python for the past year now and enjoying it. > I am trying Django to make a web site for a friend. I am Following the > Django Tutorial on there web site to get the basic concepts here; > http://docs.djangoproj

Re: Basic Django Support

2011-05-16 Thread Jani Tiainen
Hi, There is two common problems that may occur: 1) You don't have read and write permissions for directory where database file resides. 2) You haven't incorrect or missing path for database file. Even Sqlite can create database ile itself it can't create path(s) needed. On Sun, 2011-05-15 at 0

Re: Basic Django Support

2011-05-15 Thread Shawn Milochik
Would you paste in your database settings from settings.py? -- 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.

Basic Django Support

2011-05-15 Thread David Biglin
Hi, I have been playing with Python for the past year now and enjoying it. I am trying Django to make a web site for a friend. I am Following the Django Tutorial on there web site to get the basic concepts here; http://docs.djangoproject.com/en/dev/intro/tutorial01/ During the set up i am using SQ

Introducing Site Deploy, a GUI-based tool for web site deployment (with Django support!)

2011-03-09 Thread Andreas Sommer
Hello everyone! In the last weeks, I've been working on a PyGTK-based tool that eases the deployment of web sites to remote servers. It is cross-platform, tested on Windows and Linux, and comes with support for Django sites. I tried to make usage as easy as possible, but there's also documentation

Seeking beta testers for Wing IDE 4.0's Django support

2010-05-24 Thread Stephan Deibel
Hi, Wing IDE 4.0 beta2 was just released and focuses on support for Django: * Debug Django templates (set breakpoints, step, view data, etc) * Plugin with Django-specific actions (set up project, new app, sync db, etc) * Better syntax highlighting for Django templates * Better auto-completion for

Re: Does Django support sockets of type SOCK_STREAM for full-duplex communication with a client?

2009-12-22 Thread Bill Freeman
You can fun a separate process to do this. It should probably be written as a manage.py extension to make access to the DB via the ORM as painless as possible. This way the web server thread is not tied up and can handle requests. The saves to the database (that I presume you're not showing) and

Re: Does Django support sockets of type SOCK_STREAM for full-duplex communication with a client?

2009-12-22 Thread Baurzhan Ismagulov
Hello Chris, On Mon, Dec 21, 2009 at 04:49:56PM -0800, Chris wrote: > I have a client that needs to constantly send data to Django-based > backend. The client code follows the pattern: > > ... > s = socket.socket( socket.AF_INET, socket.SOCK_STREAM ) > s.connect( ( '10.20.30.40', 8080 ) ) > whil

Re: Does Django support sockets of type SOCK_STREAM for full-duplex communication with a client?

2009-12-22 Thread adrian_m
On Dec 22, 2:49 am, Chris wrote: > Hello, > > I have a client that needs to constantly send data to Django-based > backend. The client code follows the pattern: > > ... > s = socket.socket( socket.AF_INET, socket.SOCK_STREAM ) > s.connect( ( '10.20.30.40', 8080 ) ) > while True : > data = s.r

Does Django support sockets of type SOCK_STREAM for full-duplex communication with a client?

2009-12-21 Thread Chris
Hello, I have a client that needs to constantly send data to Django-based backend. The client code follows the pattern: ... s = socket.socket( socket.AF_INET, socket.SOCK_STREAM ) s.connect( ( '10.20.30.40', 8080 ) ) while True : data = s.recv( 2048 ) print data s.send( r'something'

Re: If your on Dreamhost, vote for Django support

2009-10-28 Thread Mark Stahler
elp, I'm likely going to get my Dreamhost VPS server > installed inspite of the problems I had during my attempt at installation. > I would like to adovcate that for anyone else who is still on Dreamhost and > on this list, vote for Full Django > support<https://panel.dreamh

If your on Dreamhost, vote for Django support

2009-10-27 Thread Richard Jeong
Thanks to Daniels help, I'm likely going to get my Dreamhost VPS server installed inspite of the problems I had during my attempt at installation. I would like to adovcate that for anyone else who is still on Dreamhost and on this list, vote for Full Django support<https://panel.dream

Re: Does django support RESTful webservice and JSON encoding/decoding?

2009-03-11 Thread lkcl
On Mar 11, 7:40 am, Joshua Partogi wrote: > Dear all, > > Does django support RESTful webservice meaning that I can invoke the > Http method with RESTful URL? > > Another thing does django supports JSON encoding and decoding? if you mean "is there a module available ou

Re: Does django support RESTful webservice and JSON encoding/decoding?

2009-03-11 Thread Malcolm Tredinnick
On Wed, 2009-03-11 at 18:40 +1100, Joshua Partogi wrote: > Dear all, > > Does django support RESTful webservice meaning that I can invoke the > Http method with RESTful URL? Yes, except the question doesn't really make sense as you've written it (you don't invoke an

Does django support RESTful webservice and JSON encoding/decoding?

2009-03-11 Thread Joshua Partogi
Dear all, Does django support RESTful webservice meaning that I can invoke the Http method with RESTful URL? Another thing does django supports JSON encoding and decoding? Thanks in advance. -- If you can't believe in God the chances are your God is too small. Read my blog:

godaddy django support

2008-02-06 Thread sserrano
Hi everybody I have write this to the godaddy support team: > Customer Inquiry > Hi > I have been a godaddy customer for a long time and the hosting has been > very useful. But i have been improving my webdevelopment skills and now I'm > willing to migrate from php to a python webframework calle

Re: dose user authentication in django support verify code

2007-01-23 Thread [EMAIL PROTECTED]
thank you, Captcha is exactly i want:-) On 1月23日, 下午9时56分, "Julio Nobrega" <[EMAIL PROTECTED]> wrote: > Do you mean Captcha (an image with obfuscated characters) or a > token, usually emailed and used to confirm account creations? > > Anyway, you can do both, but you need to code a little. T

Re: dose user authentication in django support verify code

2007-01-23 Thread Julio Nobrega
Do you mean Captcha (an image with obfuscated characters) or a token, usually emailed and used to confirm account creations? Anyway, you can do both, but you need to code a little. There are tutorials to use Captcha with Django, just Google for it. And a confirmation code is just a string of

dose user authentication in django support verify code

2007-01-23 Thread [EMAIL PROTECTED]
now user authentication in django only ask user input username and password, but will it support verify code ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: Validation on Client Side? Django support only server side validation

2007-01-17 Thread [EMAIL PROTECTED]
I like to do my client-side validation as they go, and have a nice script that does just that on any input I add the class "required" to... tells them when it's wrong, and when it's right, before they ever hit submit. Then let the server side double-check. None of that has anything to do with dja

Re: Validation on Client Side? Django support only server side validation

2007-01-16 Thread jfagnani
It would be really nice to have validation that occurs on the client during input. Not to reduce the load on the server, but to make the feedback to the user much more immediate. I know this can be done with any of the many JavaScript libraries, and I'm using MochiKit to do this now, but it'd be

Re: Validation on Client Side? Django support only server side validation

2007-01-16 Thread Jeremy Dunck
On 1/16/07, johnny <[EMAIL PROTECTED]> wrote: I would like to push it on client, to keep my server load light. Are you really doing heavy processing to validate and/or handling so many requests that this is an issue? Don't borrow trouble. :) --~--~-~--~~~---~--

Re: Validation on Client Side? Django support only server side validation

2007-01-16 Thread James Bennett
On 1/16/07, johnny <[EMAIL PROTECTED]> wrote: Django support only server side validation. Dose it support validation on Client Side? I would like to push it on client, to keep my server load light. You could use any of the many freely-available quality JavaScript toolkits to d

Re: Validation on Client Side? Django support only server side validation

2007-01-16 Thread Tim Chase
Django support only server side validation. Dose it support validation on Client Side? I would like to push it on client, to keep my server load light. Well, through JavaScript, you can do *both* server-side and client-side validation. However, not everybody flies with JS enabled

Re: Validation on Client Side? Django support only server side validation

2007-01-16 Thread Waylan Limberg
On 1/16/07, johnny <[EMAIL PROTECTED]> wrote: Django support only server side validation. Dose it support validation on Client Side? I would like to push it on client, to keep my server load light. Any client side processing would be done with javascript. However, you must always re

Validation on Client Side? Django support only server side validation

2007-01-16 Thread johnny
Django support only server side validation. Dose it support validation on Client Side? I would like to push it on client, to keep my server load light. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

is django support permanent connection?

2006-07-07 Thread [EMAIL PROTECTED]
Hello, I'm using mod_python+postgresql+tsearch2 and django from trunk. After making a new connection to postgresql, the first query which uses some tserach2 function is time consuming. All next queries run fast. I don't know exactly what is the cause but I suppose the tsearch2 machinery is lazy