Re: Job Request

2019-01-25 Thread shinan nazar
can you hire me??

On Fri, Jan 25, 2019 at 11:50 PM Roshan Shah  wrote:

> I do have a project that I want to get built on. Can I get some help from
> people who are starting in Django to work on it?
>
> Roshan
> Founder Cogdina Inc
> http://www.cogdina.com
>
> On Fri, Jan 25, 2019 at 11:47 AM Okware Aldo 
> wrote:
>
>> I am looking for projects I can contribute on. so if you have a project I
>> can contribute on. I am happy to help 2 hours of code in a week for free.
>>
>> On Fri, Jan 25, 2019 at 3:51 PM Nitin Kalmaste 
>> wrote:
>>
>>> Where can I find Live Projects to work on So that I can Improve My
>>> python Skills
>>>
>>> On Thursday, January 24, 2019 at 9:05:39 PM UTC+5:30, Motaz Hejaze wrote:

 Hi all ,

 Is there any remote job regarding Django , i am a beginner to mid-level
 in Django ..

 Thanks all ..

>>> --
>>> 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 django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/abc65682-9f58-4898-b555-88e8752c0957%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> 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 django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAMEZma9T34QG-q%2B5VGqgNW6kuQNaYK7sJRyjt7WEO86LfwCZgQ%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> --
>
> Roshan Shah / Sr. IT Consultant
> techieros...@gmail.com / (519) 496-8860
>
> This e-mail message may contain confidential or legally privileged
> information and is intended only for the use of the intended recipient(s).
> Any unauthorized disclosure, dissemination, distribution, copying or the
> taking of any action in reliance on the information herein is prohibited.
> E-mails are not secure and cannot be guaranteed to be error free as they
> can be intercepted, amended, or contain viruses. Anyone who communicates
> with me by e-mail is deemed to have accepted these risks.
>
> --
> 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 django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CALX19NjanqdvHy1YXDta4PGXAJbwDNcrZaAtrLuMeuMXLqtJPg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGcdbGnHT6YKf2BSzqu-R2ShOEc_-xSTkYwWMkdyr1Mov3DAFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Admin behavior: what is errors.items in change_form.html?

2008-11-04 Thread nazar

Now I got it!!!

I had TEMPLATE_STRING_IF_INVALID = 'TEMPLATE_STRING_IF_INVALID'

So that 'items' was rendered as 'TEMPLATE_STRING_IF_INVALID' (and I
saw it clearly). And I met the bug, bacause gettext was unable to use
it as int parameter.

Now I cleared this: TEMPLATE_STRING_IF_INVALID = '' and bug
disappeared.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Admin behavior: what is errors.items in change_form.html?

2008-11-03 Thread nazar

I met some unusual behavior in my project in admin change form with
inlines. There is code in template change_form.html:

{% blocktrans count errors.items|length as counter %}Please correct
the error below.{% plural %}Please correct the errors below.{%
endblocktrans %}

Template can't evaluate 'errors.items' object.

As I saw in code there is no "items" attribute, method or dictionary
key in 'errors'.

Can anybody explain what is this and why it works?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---