Re: Python Developer

2021-07-12 Thread RaviKiran Kk
We are looking for django developer Contact 6309620745 On Fri, Jul 2, 2021, 23:56 Nagaraju Singothu wrote: > Dear Group Members, > > My name is Nagaraju, I have 2+ years of experience as a > python developer in Ikya Software Solutions Pvt Ltd at Hyderabad. Please > refer to my

Re: counting the same words within a song added by a user using Django

2021-07-12 Thread RaviKiran Kk
We are looking for django developer Plz contact 6309620745 On Mon, Jul 5, 2021, 17:07 DJANGO DEVELOPER wrote: > Hi there. > I am developing a project based on adding songs to the user's library and > to the home page. > other users can also purchase the songs like wise people do shopping on >

Re: Ongoing project

2020-12-17 Thread RaviKiran Kk
I am interested On Thu, Dec 17, 2020, 17:13 Peter Kirieny wrote: > Hello team > I have a project in django > (developing an ecommerce website with some innovations) > > Using pycharm and python, am looking for a partner here > > Am a Kenyan, in Nairobi > > If interested please inbox for more

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"

Re: In search for experience Django Developer

2020-06-26 Thread RaviKiran Kk
I can work On Fri, Jun 26, 2020, 19:51 BENDEV wrote: > We are liking for a remote Django Developer to with other team members on > a Project: DMS) Documents Management Systems. > > The payment is okay! > Just T applied. > > Please if interested (mail me for more info: solomont...@gmail.com) > >

Re: help

2020-06-23 Thread RaviKiran Kk
Hello All, Any one used django for IoT applications? Regards Ravi On Wed, Jun 24, 2020 at 11:06 AM Robert Rajendra < robert.rajen...@ithands.biz> wrote: > to configure virtual environment > 1. python -m pip install virtualenv > 2. go to project folder and type:- virtualenv > 3. source

An old problem but I can't find answer => populate() isn't reentrant

2019-07-16 Thread kk domesote
Hi I use IIS to hosting Django web site ! I always meet the below problem!! - log begin - Error occurred while reading WSGI handler: Traceback (most recent call last): File "c:\program_files\anaconda3\lib\site-packages\wfastcgi.py", line 791, in main env, handler =

Re: Looking for a Django co-founder

2019-03-15 Thread RaviKiran Kk
I am interested On Sat 16 Mar, 2019, 12:24 AM Ruben Alves Hi Zack > > I see you sent a similar email like a month ago (or at least was another > user with the same idea) > > Back then I didn't reply, but one month later I see you are still talking > about that, so you seem to be persistent,

Re: looking for team members as my technical Advisory

2019-02-23 Thread RaviKiran Kk
Interested On Fri 22 Feb, 2019, 3:32 PM Nura Bash Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am > looking for Technical advisory members for my project which am about to > start here in West Africa, is a plot project from 10 selected schools to > help train kids django.. >

not clear about the name= part of url rooting

2015-12-13 Thread kk
hello all, I was going through the basic tutorial for django 1.8 I see in the 3rd part on views this line. url(r'^(?P[0-9]+)/$', views.details, name='detail'), I have not understood the name = 'details' part? is 'details' a parameter that will have a input value? I am confused because we have

Re: can I write Django a client consuming RESTfull api from elsewhere

2015-11-04 Thread kk
On Wednesday 04 November 2015 10:43 PM, Avraham Serour wrote: the question is why, why would you want to store a global connection for a REST server? keep in mind that you would be making HTTP requests, meaning even that you had a global variable holding the connection it would just open

Re: can I write Django a client consuming RESTfull api from elsewhere

2015-11-04 Thread kk
e gets a response. Possibly this will make the view too slow. You could also do the API requests in the background using Celery, and show the results some other way. Remco Gerlich On Tue, Nov 3, 2015 at 12:44 PM, kk <krm...@gmail.com <mailto:krm...@gmail.com>> wrote: Dear all, I

Re: can I write Django a client consuming RESTfull api from elsewhere

2015-11-03 Thread kk
do you mean doing it in the background? How could it enhance the performance? happy hacking. Krishnakant. Remco Gerlich On Tue, Nov 3, 2015 at 12:44 PM, kk <krm...@gmail.com <mailto:krm...@gmail.com>> wrote: Dear all, I wish to know if I need to do some thing special for consum

can I write Django a client consuming RESTfull api from elsewhere

2015-11-03 Thread kk
Dear all, I wish to know if I need to do some thing special for consuming a RESTfull server from some other provider? What should I do in the views? Do I need the complete DRF to do this? Can I do this with just Django's views and then send data across to templates? I mean, can I write views

Re: How to develop a frontend web app for using REST services

2015-10-18 Thread kk
Hope this will help, Regards, Xavier, Linovia. Le 16 oct. 2015 à 12:00, kk <krm...@gmail.com > a écrit : hello again, I haven't got my doubts solved but a few got added. I was again going through the tutorial on Django REST framework. I am trying to know

Re: How to develop a frontend web app for using REST services

2015-10-17 Thread kk
of the options are. When you don’t use them, it’s up to the developers to provide the content which will be very different from a project to another. Hope this will help, Regards, Xavier, Linovia. Le 16 oct. 2015 à 12:00, kk <krm...@gmail.com <mailto:krm...@gmail.com>> a écrit : he

Re: How to develop a frontend web app for using REST services

2015-10-17 Thread kk
of the documentation covers Django Models because it’s where most of the options are. When you don’t use them, it’s up to the developers to provide the content which will be very different from a project to another. Hope this will help, Regards, Xavier, Linovia. Le 16 oct. 2015 à 12:00, kk <

Re: How to develop a frontend web app for using REST services

2015-10-16 Thread kk
the data out using sql expression language. Then I would like to convert this data to json format for sending as response. Is this possible? Happy hacking. Krishnakant On Friday 16 October 2015 11:39 AM, kk wrote: Dear all. I got some very important suggestions from members of this list

How to develop a frontend web app for using REST services

2015-10-16 Thread kk
Dear all. I got some very important suggestions from members of this list on using Django for an accounting and inventory system, including Point of Sale. After the POS topic was discussed, OUr team decided to write a RESTfull server with all the business logic in API. We plan to do this using

Re: running migrate through views itself

2015-10-12 Thread kk
In the project, every year new books are opened and every organization has it's own database for ever every financial year. Happy hacking. Krishnakant. On Tuesday 13 October 2015 07:49 AM, Tim Graham wrote: You can execute management commands from Python code using call_command():

Re: is Django right choice for a financial app

2015-10-12 Thread kk
hello, On Tuesday 13 October 2015 04:09 AM, Avraham Serour wrote: Sqlalchemy is more performant? In what way? Do you have any reference or this was from personal experience? Personal experience and some online reviews. On Oct 13, 2015 1:11 AM, "kk" <krm...@gmail.com

Re: is Django right choice for a financial app

2015-10-12 Thread kk
On Tuesday 13 October 2015 01:27 AM, bobhaugen wrote: krmane, google is misbehaving and will not allow me to reply to your reply to me, so I'll fake it and do some cutnpasting. You wrote: > I did not get the react concept. https://facebook.github.io/react/ I wrote: We use the django ORM,

Re: is Django right choice for a financial app

2015-10-12 Thread kk
On Monday 12 October 2015 08:06 PM, bobhaugen wrote: On Sunday, October 11, 2015 at 10:33:03 PM UTC-5, krmane wrote: The said project is an enterprise accounting (book keeping ) system. It is not mere dynamic content such as that served by news rooms (the very foundation of

running migrate through views itself

2015-10-12 Thread kk
Hello all. The financial project I am developing requires that when the user creats on create organization. the Migrate command has to be run automatically. I have 2 questions regarding this. 1, If I am using sqlalchemy instead of sqlobject, will the migrate utility work? 2, If yes then how

is Django right choice for a financial app

2015-10-11 Thread kk
The said project is an enterprise accounting (book keeping ) system. It is not mere dynamic content such as that served by news rooms (the very foundation of Django's origin ). It is going to be lot of dynamic views which actually have to conditionally serve ad-hock dynamic data. It will also

are parameters compulsary in an url pattern?

2015-10-06 Thread kk
Dear all, I just wish to know if I must have all the parameters from my form as a part of the url pattern? I need to use only the request so was wondering if that is the case? I have seen tutorials and all of them come with url parameters I don't need a url like /articles/2013/03 etc. I am

Re: What is the ideal web server to use with Django?

2015-05-13 Thread kk
I would suggest using Nginx. happy hacking. Krishnakant. On Wednesday 13 May 2015 06:42 AM, akshat wrote: I am new to Django. I am building a app which will have to handle several concurrent requests. Which web server is suitable for this? I have read that Apache's performance degrades on

Is it possible to integrate php with django?

2009-09-07 Thread kk
I want to implement a php e-shop module called "Ecshop" which is written in PHP with my django website. Is it possible? If not, is there any django eshop app that supports all the popular third party pay like "paypal, mastercard" etc. I found one app named "satchmo", but I am not sure whether it

does anyone have document for django-email-confirmation/

2009-07-25 Thread kk
Hi, Is there any tutorial document about how to use this module? --~--~-~--~~~---~--~~ 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

html file (UTF-8) generated from template does not displayed correctly using MS internet explorer 6.0

2009-07-13 Thread kk
I have these lines in my template file "base.html", and save the template file as "utf-8" format as I want to support Chinese characters. http://www.w3.org/1999/xhtml;> My amzing site .style1 { COLOR: #ff } I type "python manage.py" to start web service. When I used MS IE6.0

Re: Django setup problem when executing syncdb

2009-03-10 Thread kk
to give the path of mysql in our computer or can we just mention localhost. Please, reply. Thank you. KK On Mar 6, 12:05 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Fri, Mar 6, 2009 at 10:54 AM, bitra <bpoe...@gmail.com> wrote: > > > Hi, I had the same problem wi