; Regards,
> Enoma Uwaifo
>
> On Fri, Mar 8, 2024 at 7:37 PM djfan
> wrote:
>
>> We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
>> Experience for a full time position. 1 position is based in USA. The
>> project scope consists of developing a we
My name is Augustine Sunday Idowu, i have +4 years experience in Web development. Sent from my phone Original message From: djfan Date: Fri, Mar 8, 2024, 19:28To: Django users Subject: Looking to hire Full Stack Web Developer with minimum 8 years of ExperienceWe are looking to hire
Good day,
Can the person work remotely from another country?
Thanks.
Regards,
Enoma Uwaifo
On Fri, Mar 8, 2024 at 7:37 PM djfan wrote:
> We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
> Experience for a full time position. 1 position is based in USA. The
> proj
We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
Experience for a full time position. 1 position is based in USA. The
project scope consists of developing a web-app for integrating high-volume
financial data from multiple instances of ERPs like Workday etc.
Please send your
On Mon, Jul 3, 2023 at 9:33 PM Benjamin Telford <
benjamintelford0...@gmail.com> wrote:
> Hello, Sakshi.
> With over 7+ years of experience in web/app designing and development and
> with the ability of writing clean code, bug-free and manageable coding,I
> assure that
Hello, Sakshi.
With over 7+ years of experience in web/app designing and development and
with the ability of writing clean code, bug-free and manageable coding,I
assure that my clients are 100% satisfied with work.
I have just attached my resume. If I can have a chance to have a meeting
with you
Good day,
Enoma here from Nigeria. Is it a remote based job?
Thanks.
Regards,
Enoma Uwaifo
On Mon, Jul 3, 2023 at 4:22 PM Sakshi wrote:
> Hi my company is looking for below positions
>
>
> 1. module lead position with 2 or more years of experience in python
>> stack
>
&
>
> Hi my company is looking for below positions
1. module lead position with 2 or more years of experience in python stack
2. product manager
Pls email your resume if interested with the job you are applying for at
@avichal.mis...@adcuratio.com
--
You received this message becau
results=Grade.objects.filter(person=obj,
year=year-to-select-from).aggregate(Avg("mark"))
On Mon, Aug 1, 2022, 10:29 PM kateregga julius
wrote:
> If I manually pass in the year_id it works.
> My Question is how can I pass the year ID as the third parameter in the
> method of Average
>
> On Mon,
If I manually pass in the year_id it works.
My Question is how can I pass the year ID as the third parameter in the
method of Average
On Mon, 1 Aug 2022, 23:15 kateregga julius, wrote:
> how boss
>
>
> On Mon, Aug 1, 2022 at 8:18 PM Opeyemi Ogunsanya <
> ogunsanyaopeye...@gmail.com> wrote:
>
>>
how boss
On Mon, Aug 1, 2022 at 8:18 PM Opeyemi Ogunsanya <
ogunsanyaopeye...@gmail.com> wrote:
> You have to add a year filter in the results query line.
> results=Grade.objects.filter(person=obj).aggregate(Avg("mark"))
>
> On Mon, Aug 1, 2022, 3:09 PM kateregga julius
> wrote:
>
>> Hello Frie
You have to add a year filter in the results query line.
results=Grade.objects.filter(person=obj).aggregate(Avg("mark"))
On Mon, Aug 1, 2022, 3:09 PM kateregga julius
wrote:
> Hello Friends, i have the following models
>
> =
> class Person(models.Model):
>
This is not an advertisement or marketing platform. Please do that elsewhere Regards, MeFrom: Mr. X OffencerSent: Tuesday, April 20, 2021 5:18 PMTo: django-users@googlegroups.comSubject: Re: Need Django or Flask developer in India - minimum 5+ years experience Important announcement:In the month
*Important announcement:*
*In the month of July, I have my birthday, so for the occasion of my
birthday, I am launching an event. In this event, if any visitor of my
website follows the following steps will get a secret Road map to get
placed in any IT COMPANY. If any student follows this road map
Please share your resume to bhawen.she...@lntinfotech.com.
Thanks and Regards
Parveez
--
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...
Man you should tell us :D
On Thu, 6 Feb 2020, 2:39 pm Santhosh Kumar, wrote:
> Working in Django for more than 5 years. Want to know what are the topics
> in Django I must have good knowledge?
>
> Thanks in advance.
>
> Regards,
> Santhosh
>
> --
> You receive
Working in Django for more than 5 years. Want to know what are the topics
in Django I must have good knowledge?
Thanks in advance.
Regards,
Santhosh
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this grou
Hi!
I'm not sure if it's the right place but... I'm back-end web developer from
Poland and I'm looking for remote job(prefered long-term collaboration with
companies or freelancers - full time).
Experience in comercial programming: 3 years
Keywords: Python, Django, JS, L
Hello,
This works:
from django.utils import timezone
from datetime import datetime
today = timezone.now()
date1 = datetime(1991, 12, 23, tzinfo=today.tzinfo)
apart = today-date1
years = apart.days/365
print(years)
This works great for what I need it for!
thanks,
Brandon Keith Biggs <h
question is a bit vague, but look at python datetime.datetime and
datetime.timedelta
On Sunday, July 12, 2015 at 1:02:55 PM UTC+2, Brandon Keith Biggs wrote:
>
> Hello,
> using the django.utils.timezone.now() function, how can I find the
> difference from another date in years?
&
date 1 - date 2
On Sun, Jul 12, 2015, 2:02 PM Brandon Keith Biggs <
brandonkeithbi...@gmail.com> wrote:
> Hello,
> using the django.utils.timezone.now() function, how can I find the
> difference from another date in years?
> For example, if I have two dates like:
>
Hello,
using the django.utils.timezone.now() function, how can I find the
difference from another date in years?
For example, if I have two dates like:
date1 = (1991, 12, 23)
date2 = (1995, 12, 6)
How do I use the current time to get 23 from the first and 19 from the
second?
thank you
On Fri, Dec 31, 2010 at 5:53 AM, Malte Beckmann
wrote:
> I got a models.DateField and would like to extract months and years from
> that field so I can do calculations like a 'day in month' in a 'for month in
> months' loop in a 'for year in years' loo
I got a models.DateField and would like to extract months and years from
that field so I can do calculations like a 'day in month' in a 'for month in
months' loop in a 'for year in years' loop. How can I extract that info from
a datefield? I have tried to read co
Hi there,
Today, for my surprise, I saw this very issue happening to me:
http://code.djangoproject.com/ticket/1375
And the solution in the last post really worked.
I am using django-py26-1.1.1-1 from Fink, on Mac OSX 10.6.3.
Is the solution OK? If so, why not committed yet?
Thanks,
Alan
--
On Sunday 09 Aug 2009 1:03:44 pm Kenneth Gonsalves wrote:
> addevent works fine and so does listing of events - and so does Meeting and
> Report. I have done this so many times in the last 4 years that I can do it
> in my sleep. But this time eventfull does not work. It does not throw
which details one event.. And the same for Report and
> Meeting.
>
> addevent works fine and so does listing of events - and so does Meeting and
> Report. I have done this so many times in the last 4 years that I can do it in
> my sleep. But this time eventfull does not work. It does no
.
addevent works fine and so does listing of events - and so does Meeting and
Report. I have done this so many times in the last 4 years that I can do it in
my sleep. But this time eventfull does not work. It does not throw errors. The
template is displayed, but the data is from Meeting. The same
Perfect. 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+uns
Better ways?
You mean something as simple as this?
YEAR_CHOICES= [(str(y), str(y)) for y in
range(1901,date.today().year
+1)]
..
year= forms.ChoiceField
(choices=YEAR_CHOICES)
Or something else?
--~--~-~--~~~--
On Feb 13, 4:45 pm, "bax...@gretschpages.com"
wrote:
> I need a YearField of sorts, where users can select a year (for their
> car), and I'm trying to figure out how best to implement it. I'd need
> roughly 1901 to present. I know I could just put them all in choices,
> but that seems messy and a
I need a YearField of sorts, where users can select a year (for their
car), and I'm trying to figure out how best to implement it. I'd need
roughly 1901 to present. I know I could just put them all in choices,
but that seems messy and a pain to maintain (even if only once a
year). Better ways?
--~
Thanks.
Now, I will use PositiveSmallIntegerField
I don't need a whole PositiveIntegerField (1900-->2100) and I want to
compare years
Thanks a lot,
Xan.
PS: Greg, yes there are lot of documentation, but it's more technical.
Web site of django offers a good tutorial, good for &qu
On Sun, 9 Sep 2007, Xan wrote:
> Well, first of all, thank you for django. I'm not programmer and I
> just wanted to code some web app easier as I can do. I tried rails but
> there is no free documentation (almost all doc are books and books)
I wasn't charged anything before being allowed to acce
dation purposes,
you might want to go with the PositiveIntegerField (one "s" in
"Positive").
For sorting purposes, an integer field may be a tiny portion
faster than the char field.
You might even slap on some validators if your years don't extend
too far back. It's
Hi,
Well, first of all, thank you for django. I'm not programmer and I
just wanted to code some web app easier as I can do. I tried rails but
there is no free documentation (almost all doc are books and books)
and there is no have easy way for writing models. With django I found
the easier way fo
be born on a day that
> doesn't exist. I'd recommend verifying that the data be entered into
> the database is valid.
>
> On Aug 3, 5:37 am, Bram - Smartelectronix <[EMAIL PROTECTED]>
> wrote:
>
> > Hey Everyone,
>
> > does anyone have a good
t;[EMAIL PROTECTED]>
wrote:
> Hey Everyone,
>
> does anyone have a good age in years calculation function for usage with
> datetime.date that returns the age in nr of years of a person?
>
> We were using:
>
> def get_age(self):
> now = datetime.today()
>
On 03-Aug-07, at 10:02 PM, Nis Jørgensen wrote:
>> how about surrounding the statement with a try and work the leap year
>> to regular year case with the exception?
> That seems like overkill. There isn't really any leap-year handling
> necessary:
>
> import datetime.date as date
this should be
On Aug 3, 2007, at 9:57 AM, Doug Van Horn wrote:
def age(d, bday):
> ... return (d.year - bday.year) - \
> ... ((d.month, d.day) < (bday.month, bday.day) and 1 or 0)
Or to be a little more explicit about it:
def age(d, bday):
return (d.year - bday.year) - \
On Aug 3, 11:50 am, Doug Van Horn <[EMAIL PROTECTED]> wrote:
> On Aug 3, 6:37 am, Bram - Smartelectronix <[EMAIL PROTECTED]>
> wrote:
[snip]
You see, you learn something new every day. Based on Nis Jørgensen's
post above, here's a refined age function using the fancy tuple
comparison I didn't kn
On Aug 3, 6:37 am, Bram - Smartelectronix <[EMAIL PROTECTED]>
wrote:
> Hey Everyone,
>
> does anyone have a good age in years calculation function for usage with
> datetime.date that returns the age in nr of years of a person?
>
> We were using:
>
> def get_age(sel
d2 = date.today()
years = d2.year - d1.year
if (d2.month,d2.day) < (d1.month,d1.day):
years -= 1
return years
Nis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" grou
how about surrounding the statement with a try and work the leap year
to regular year case with the exception?
On Aug 3, 10:16 am, Bram - Smartelectronix <[EMAIL PROTECTED]>
wrote:
> Jonathan Buchanan wrote:
>
> >
>
> >http://toys.jacobian.org/presentations/2007/oscon/tutorial/
>
> > Slide 14, u
Jonathan Buchanan wrote:
>
> http://toys.jacobian.org/presentations/2007/oscon/tutorial/
>
> Slide 14, unit tests too! :)
>>> dob = date(1980,2,29)
>>> dob.replace(year=2007)
Traceback (most recent call last):
File "", line 1, in
ValueError: day is out of range for month
it ain't a part
Interesting. Would this work??
(now - birthday).days * 100 / 36524
Niels
On Aug 3, 1:45 pm, "Jonathan Buchanan" <[EMAIL PROTECTED]>
wrote:
> On 8/3/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hey Everyone,
>
> > do
On 8/3/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote:
>
> Hey Everyone,
>
>
> does anyone have a good age in years calculation function for usage with
> datetime.date that returns the age in nr of years of a person?
>
> We were using:
>
> def get_a
Hey Everyone,
does anyone have a good age in years calculation function for usage with
datetime.date that returns the age in nr of years of a person?
We were using:
def get_age(self):
now = datetime.today()
birthday = datetime(now.year, self.birthday.month, self.birthday.day
thanks, I had to use dictsortreversed and that puts them in newest
year first :)
--~--~-~--~~~---~--~~
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.c
You ca use:
Entry.objects.all().dates('pub_date','month','DESC')
lookup the dates function of the QuerySet.
On May 12, 7:18 pm, Peter Sanchez <[EMAIL PROTECTED]> wrote:
> I am working on my first "real" django project which includes a weblog.
>
> I would like to create an Archives page that lis
I am working on my first "real" django project which includes a weblog.
I would like to create an Archives page that lists each year and
month of that year, dynamically.
ie,
May, 2007
April, 2007
November, 2006
etc..
Is this possible to generate quickly from a model containing a
DateT
I think you want something like
{% for date in date_list|dictsort:"year" %}
On May 1, 11:28 am, Frank Peterson <[EMAIL PROTECTED]> wrote:
> Story archive
>
> {% for date in date_list %}
> {{ date.year }}
> {% endfor %}
>
>
> Not sure how to do this
--~--~-~--~~
Story archive
{% for date in date_list %}
{{ date.year }}
{% endfor %}
Not sure how to do this
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
53 matches
Mail list logo