Re: Django Subdomains

2017-02-09 Thread Uri Even-Chen
username on your system (or any subdomain you define per user). https://github.com/urievenchen/speedy-net *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.g

Re: Django context translations with dynamic variables

2017-03-02 Thread Uri Even-Chen
ng the site right now and another user. How do we do it then? I was thinking about context like "female_female", "female_male" etc. Anyway we don't want the templates to include many times the same text (3 or 9 times), we prefer that each text will appear only once. Thanks,

Re: Django context translations with dynamic variables

2017-03-02 Thread Uri Even-Chen
sages like this, unless there is a better solution? Because translations which don't exist in the code will be commented every time we run makemessages. Maybe this is a feature we can add to the next Django release? And then we will not have to "cheat"? Thanks, Uri. *Uri Even-Che

Re: Django context translations with dynamic variables

2017-03-02 Thread Uri Even-Chen
ssages to generate a string with all the possible contexts (which may be for example 3 options or 9), and not to have to "cheat" it by {% if 0 %} etc. But how do I do it? By the way where is the makemessages code? *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 <+972-54-3995700> Emai

Re: Django context translations with dynamic variables

2017-03-03 Thread Uri Even-Chen
Thank you Melvyn and Jani! Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen>

Warning while upgrading Django to 1.11.3

2017-07-27 Thread Uri Even-Chen
rievenchen/speedy-net/blob/master/speedy/core/urls.py I get this warning only in speedy.match. In speedy.net I don't get it. https://travis-ci.org/urievenchen/speedy-net/jobs/258106853 Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://ww

Re: Warning while upgrading Django to 1.11.3

2017-07-27 Thread Uri Even-Chen
Thank you Andréas, this is a bug! I didn't notice it. I'll remove it. Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/

Problems with ModelForm which edits fields in 2 models

2017-07-28 Thread Uri Even-Chen
\forms.py", line 171, in __init__ for field in self._meta.profile_model._meta.fields: AttributeError: 'ModelFormOptions' object has no attribute 'profile_model' -- Ran 229 tests in 45.23

I'm looking for a part-time job in Django

2016-08-14 Thread Uri Even-Chen
ve any job for me. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> <

Re: I'm looking for a part-time job in Django

2016-08-14 Thread Uri Even-Chen
Hi, How do I add my name to https://code.djangoproject.com/wiki/DevelopersForHire#Israel ? Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.g

Models of Speedy Net

2016-08-18 Thread Uri Even-Chen
jango projects? Does it matter at all? I read something about it in Django documentation, but I don't remember exactly where. I know the constants must be first in the model, before the fields, but what about class Meta? Any help will be appreciated. Thanks, Uri. *Uri Even-Chen* [image: ph

Re: Models of Speedy Net

2016-08-18 Thread Uri Even-Chen
there another document for us? Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/i

Re: Models of Speedy Net

2016-08-18 Thread Uri Even-Chen
Thank you Asad and Avraham! *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> &

NIST’s new password rules - Digital Authentication Guidelines

2016-09-02 Thread Uri Even-Chen
et in Django and I want to make sure I can rely on Django in the way my users' passwords are saved in our database. I also increased the minimal password length to 8 characters, and removed the requirement for passwords to be alphanumeric. Thanks, Uri. *Uri Even-Chen* [image: photo] Phon

Re: NIST’s new password rules - Digital Authentication Guidelines

2016-09-04 Thread Uri Even-Chen
Thank you, Tim. Although we are using Django 1.9 and I understand that passwords are hashed and salted, it's interesting to know which version of Django was the first one to hash and salt passwords? I didn't find it documented there. Thanks, Uri. *Uri Even-Chen* [image: photo] Phon

Re: NIST’s new password rules - Digital Authentication Guidelines

2016-09-04 Thread Uri Even-Chen
Thank you, Tim. I appreciate your reply. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urie

Re: Django group email in spam

2016-09-08 Thread Uri Even-Chen
am". By the way, also messages to Django developers mailing list are marked as spam. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen&g

Problem with makemigrations on Speedy Composer

2016-12-13 Thread Uri Even-Chen
, default=105) public = models.BooleanField(verbose_name=_('public'), default=False) class Meta: verbose_name = _('composition') verbose_name_plural = _('compositions') You can see the speedy.net code on GitHub: https://github.com/ur

Re: Problem with makemigrations on Speedy Composer

2016-12-13 Thread Uri Even-Chen
Why does it have to be abstract? NamedEntity and Entity are also not abstract. https://github.com/urievenchen/speedy-net/blob/master/speedy/net/accounts/models.py Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en

Re: Problem with makemigrations on Speedy Composer

2016-12-13 Thread Uri Even-Chen
counts.entity'. compose.Folder.user: (models.E006) The field 'user' clashes with the field 'user' from model 'accounts.entity'. Entity can't be abstract because it contains all the entities and usernames on the database, it must have a table. Thanks, Uri.

Problem with views when I try to move urls to a new app (folder)

2016-12-14 Thread Uri Even-Chen
main/urls.py is like this: from django.conf.urls import url from . import views urlpatterns = [ url(r'', views.MainPageView.as_view(), name='main_page_view'), ] But the problem is it doesn't work, I get this error message: DoesNotExist at / Site matching query

Re: Problem with views when I try to move urls to a new app (folder)

2016-12-14 Thread Uri Even-Chen
Hi, I found the problem, I had a problem with the local database. Now it works. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+ur

How do you recommend to use Hebrew gender-related translations?

2016-12-22 Thread Uri Even-Chen
e]" or " [other]" suffixes to the strings and then removing them in the English translations. But then English would also require a translation. Is there a better approach? And how do I write the model when this feature is gender-related? The same question is related to any site which

How do I translate site.name to other languages?

2016-12-22 Thread Uri Even-Chen
'pk'), } You can see the code on GitHub: https://github.com/urievenchen/speedy-net Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.goo

Re: How do you recommend to use Hebrew gender-related translations?

2016-12-25 Thread Uri Even-Chen
Thanks, I think contextual markers is a solution, where they can be either "female", "male" or "other". *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urie

Re: How do I translate site.name to other languages?

2016-12-26 Thread Uri Even-Chen
Thank you! *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> <http://github.c

Re: How do I translate site.name to other languages?

2016-12-29 Thread Uri Even-Chen
inside our git repo? Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen>

Speedy Mail 2.0 - a new webmail platform in Python and Django

2015-07-22 Thread Uri Even-Chen
can convert to Python and Django? And are you interested in helping me develop Speedy Mail, or do you know where I can find developers who may be interested? By the way, is there a simple way to convert PHP software to Python, or do we have to rewrite it again line by line? Thanks, Uri.

Re: Speedy Mail 2.0 - a new webmail platform in Python and Django

2015-07-22 Thread Uri Even-Chen
*Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> <http://tw

Re: Speedy Mail 2.0 - a new webmail platform in Python and Django

2015-07-22 Thread Uri Even-Chen
*Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> <http://tw

Speedy Mail Software

2015-08-01 Thread Uri Even-Chen
of these projects (I can also create a project for the second project in sourceforge if there will be developers interested). I will also try to ask in the main Python list (python-l...@python.org), let me know if there is any other relevant list. Thanks, Uri. *Uri Even-Chen* [image: photo] Pho

Re: Speedy Mail Software

2015-08-06 Thread Uri Even-Chen
Hi Abdulhakim, I'm sorry that only now I saw your message. You are welcome to contribute to Speedy Mail Software. I only use Sourceforge to find more developers, I think I prefer to use Github for Git. If you have any questions, contact me at u...@speedy.net Thanks, Uri. *Uri Even

Re: Speedy Mail Software

2015-08-06 Thread Uri Even-Chen
u can participate in Speedy Mail Software. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedi

pyjs - a compiler from Python to JavaScript

2015-08-07 Thread Uri Even-Chen
ssible to use Django (in the client side) and JavaScript frameworks such as jQuery, jQuery UI and jQuery plugins together with pyjs? Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.fac

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Uri Even-Chen
Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> <http://twitter.com/uri

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Uri Even-Chen
use these projects in production. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
side scripts in JavaScript in Speedy Mail Software and other projects we will have. Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urieve

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
for the client side programming. And I don't mind if they use a compiler or an interpreter or any other method to run Python in the client side, as long as it works. But without using jQuery and other plugins it would be very hard to use these projects in production. Uri. *Uri Even-Chen* [i

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
Thanks Fabio, it's very interesting. Are you related to Pyjeon Software? Do we have to pay to use RapydScript? Is it ready for production? *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.face

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
edy Mail Software we are developing (which will be free software & open source). I'm looking forward to launching Speedy Mail as an alternative to Gmail. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <htt

Encrypted web mail

2015-08-15 Thread Uri Even-Chen
nal, like his thoughts. I don't want the police to read my mail and it's similar to reading my thoughts. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> &

Re: Encrypted web mail

2015-08-15 Thread Uri Even-Chen
source code. Anyway thanks for the feedback! Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/i

Re: Encrypted web mail

2015-08-15 Thread Uri Even-Chen
Hi Dennis, On Sat, Aug 15, 2015 at 7:35 PM, Dennis Lee Bieber wrote: > On Sat, 15 Aug 2015 12:47:17 +0300, Uri Even-Chen > declaimed the following: > > >To Python, Django and Speedy Mail Software developers, > > > >Is it possible to make Speedy Mail encrypted?

Re: Encrypted web mail

2015-08-16 Thread Uri Even-Chen
On Sun, Aug 16, 2015 at 11:18 AM, Avraham Serour wrote: > no, passwords shouldn't be encrypted, you should store hashes, just use > the django default auth app > > Yes, I meant storing the hash in the database and not the password. Uri. -- You received this message because you are subscribed t

Converting Speedy Net to Python/Django

2015-09-10 Thread Uri Even-Chen
d me to use? Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http://www.linkedin.com/in/urievenchen> &l

ID for users of Speedy Net

2016-02-04 Thread Uri Even-Chen
ident and citizen of Israel, with an option to become a Spanish citizen too. And I don't want to host private information of people in Israel. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://

Re: ID for users of Speedy Net

2016-02-04 Thread Uri Even-Chen
g for this, unless I generate it with 15 digits (decimal). And how do I make it a primary key of model User? Is there a way to change the primary keys of Django models and how? I think we will use PostgreSQL anyway, thanks! Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.n

Re: ID for users of Speedy Net

2016-02-05 Thread Uri Even-Chen
d) and I want to preserve this id when converting Speedy Net from PHP/MySQL to Django and PostgreSQL. I hope I clarified my question now. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.face

Re: ID for users of Speedy Net

2016-02-05 Thread Uri Even-Chen
Thanks Remco, that's what I was looking for. I'll try to implement it the way you suggested. Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <htt

django-modeltranslation latest stable release not supporting Django 2.0

2018-07-31 Thread Uri Even-Chen
to Django 2.0 and we can't do it due to this issue. Thanks, Uri. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ <http://www.facebook.com/urievenchen> <http://plus.google.com/+urievenchen> <http:

django.db.models.Model save method doesn't call full_clean (Django 1.11.14)

2018-08-01 Thread Uri Even-Chen
ORD) class Meta: model = User Formerly the password defined there was invalid (too short, '111', see https://github.com/urievenchen/speedy-net/blob/master/speedy/core/accounts/tests/test_factories.py) and I want all fields to be validated before they are save