Re: Freelance Opportunity : Django Developer for building A Dialer

2024-05-03 Thread Raunak Ron
I am Interested. On Monday 29 April 2024 at 19:45:53 UTC+5:30 Pankaj Saini wrote: > I am interested in this position. > > I have an experience in Django Development with strong Python. > > On Tue, Apr 2, 2024, 10:49 PM Abhishek J > wrote: > >> Dear Developers, >> >> I need to build an android a

Django escapes a string partially

2018-01-22 Thread Ron Moran
gno 1.5.11, but this syntax was defined well before version 1.5.11, so I don't think it's a version issue. It's a minor issue but it's driving me mad. Thanks, Ron -- You received this message because you are subscribed to the Google Groups "Django users&quo

Re: Extract Date-From and Date-To in DateRangeField django

2017-02-17 Thread RON MICHAEL
Yes that's it! Sorry, I lost the words there :D On Friday, February 17, 2017 at 10:40:14 PM UTC+8, Melvyn Sopacua wrote: > > On Friday 17 February 2017 06:24:25 RON MICHAEL wrote: > > > No NOT duration. I simply want to get the date_from and the date_to > > >

Re: Extract Date-From and Date-To in DateRangeField django

2017-02-17 Thread RON MICHAEL
n be stored in DurationField > > On 17 Feb 2017, at 04:31, RON MICHAEL > > wrote: > > Hi! In my database I have a DateRangeField. What I want to do is get the > date-from and the date-to and store them in a separate variable like > example: > > date_from =DateRangeFiel

Extract Date-From and Date-To in DateRangeField django

2017-02-16 Thread RON MICHAEL
Hi! In my database I have a DateRangeField. What I want to do is get the date-from and the date-to and store them in a separate variable like example: date_from =DateRangeField(date_from) date_to =DateRangeField(date_to) of course that code won't work. My data is like this: 'date_range': Date

Re: OpenFace Integration with Django

2017-02-16 Thread RON MICHAEL
Great! I've tried logging stuff but it doesn't seem to work when uploading it to a webserver. When running on my localhost server there was a log about a depreciation, then when it was doing training, then when it has finished training. But I can't seem to see it in the webserver terminal :/ On

OpenFace Integration with Django

2017-02-15 Thread RON MICHAEL
Hello! I'm 16 and I'm working on a project using Facial Recognition. I'm working on a face recognition API called OpenFace. Here's the link to Openface The way I did it was a imported the necessary files and folders required for OpenFace to work. After

Re: How to create a django model for a resume/CV app

2016-11-20 Thread 'ron' via Django users
Thanks! I know it's been covered in the official django poll tutorial. But how do I let users to do that without django admin? I probably will have an URL like: example.com/cv/create and only logged in users will be able to create their cv. I am not sure how to set up the view so that users can

Re: Big Picture?

2013-07-07 Thread ron
Thanks for the link ajohnston, I'll do the Gjango download and give it a whirl. :) On Sunday, July 7, 2013 2:21:05 PM UTC-7, ajohnston wrote: > > Hi Ron, > > To understand more clearly how Django works and what it can do for you, I > would strongly urge to you go throu

Re: Big Picture?

2013-07-07 Thread ron
se this one MySQL > database; just an outsiders assumption. > > > On Sun, Jul 7, 2013 at 1:03 AM, ron >wrote: > >> I need help with getting the big picture in so far as what Django can >> help me accomplish. I need to replace an antiquated online >> attendance-tak

Re: Big Picture?

2013-07-07 Thread ron
gt; > Anything green is most of the time provided by the framework at least it > is the case in Django. > > Anything gray you have to make a choice for. > > Anything blue is your code. > > Arrows are kind of inspired snakes I'm not sure of the meaning of each of &g

Re: Big Picture?

2013-07-07 Thread ron
MySQL > database; just an outsiders assumption. > > > On Sun, Jul 7, 2013 at 1:03 AM, ron >wrote: > >> I need help with getting the big picture in so far as what Django can >> help me accomplish. I need to replace an antiquated online >> attendance-taking sys

Big Picture?

2013-07-06 Thread ron
I need help with getting the big picture in so far as what Django can help me accomplish. I need to replace an antiquated online attendance-taking system. My first thought was to just build from scratch using Apache, Python, MySQL, HTML/JavaScript. My first stop was researching how to integrate

Re: Why i can't get the debug informations (in case of error) when i run LiveServerTestCase tests?

2013-02-09 Thread Ron Elliott
On Tuesday, January 29, 2013 2:39:58 AM UTC-6, Alessandro Pelliciari wrote: > > Hi, I'm writing some tests with Selenium. > > When i run my selenium tests (LiveServerTestCase type) and i have some > error in my code (not in the test, i mean in the code executed, like the > homepage view i reach

Re: Incorrect string value when running GeoDjango tutorial

2012-09-23 Thread Ron Broberg
world_shp, world_mapping, transform=False, encoding='utf8') As I am a python, django, and geodjango, I am not sure if that is a good workaround or not. But it did load the name (Åland Islands) into the table correctly. Ron On Tuesday, August 14, 2012 5:21:12 AM UTC-6

Free web-hosting sites that support Django ?

2010-07-21 Thread Ron Barak
ou know of free web-hosting sites that support modern Python and Django ? Thanks, Ron. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this

Re: extreme newbie, cannot get install to work

2010-06-13 Thread Ron Barak
On Jun 12, 11:12 pm, jerryLee wrote: > I installed python, I am not sure if I use the IDLE,  or the command > line, then I downloaded Django, and double clicked on install.py, > another command windows opened and shut real fast, I don't know what > to do now. When I go to the python command line

Re: FF3 src error in django admin calendar

2009-09-29 Thread Ron W
I've been getting thrown 500 errors from someone using the admin from what looks like Mac Firefox 3.5 with the Huffington Post's Firefox extension (why on earth..), but its looking for /img/admin/ icon_calendar.gif/ which isn't from TinyMCE its the Django admin date picker icon. Its really odd I c

Re: Enhanced (Wufoo / Digg / Facebook - like) forms

2008-09-11 Thread Ron W
Thanks for the link, some good info in there. Not quite the "Django Fancy Forms" framework I'm dreaming of, but definitely helps in a big way... ;) Ron On Sep 11, 1:38 am, Dave <[EMAIL PROTECTED]> wrote: > On Sep 11, 7:54 am, Ron W <[EMAIL PROTECTED]> wrote: >

Enhanced (Wufoo / Digg / Facebook - like) forms

2008-09-11 Thread Ron W
Trying to prevent some wheel-reinvention on my part and just wondering if anyone out there's built some advanced form widgets to take care of inline / ajax validation a la Digg registration page (http://digg.com/ register/), Wufoo's inline help / highlighting. Preferably using jQuery and making li

MySQLDB install issues on OS X 10.4

2008-04-16 Thread Ron
Hello - massively frustrated. Python 2.5.2 installed and running Django latest build installed and running Have tried for three days to lick the mysqldb installation, no dice. Have checked path statements, etc. I have dev tools installed. GCC 4.0.1. running build running build_py copying MySQ