Re: Advertising a new Django open source project?

2018-03-24 Thread Egor Smolyakov
Hello, Simon. I had a similar question a few months ago when I advertised my project https://github.com/egorsmkv/simple-django-login-and-register So, I posted the url of my project to these Reddit hubs: - https://www.reddit.com/r/django/ - https://www.reddit.com/r/Python/ Also, I posted the

Re: does the tutorial django 2.0 works?

2018-01-07 Thread Egor Smolyakov
sers/f5766479-6cb2-4b47-a08b-9b0f8cdc1a9c%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- You received this message because you are subscribed to the Google Groups "Dja

[ANN] Simple Django Login and Registration project

2017-12-23 Thread Egor Smolyakov
e the native speaker of any of this language I will be glad if you correct them. -- Kind Regards, Egor Smolyakov. -- 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, se

Re: How to implement full-text search in Django?

2017-12-16 Thread Egor Smolyakov
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/02c550ee-57c9-a7

Re: django installation

2017-12-14 Thread Egor Smolyakov
com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/fec021a8-dab2-4666-b57f-866dad6ca904%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- You received

Re: django installation

2017-12-14 Thread Egor Smolyakov
UPD: Seems like you use python 2. Django 2.0 doesn't support second version of Python, only third. On 15/12/2017, Egor Smolyakov <egors...@gmail.com> wrote: > Seems like you use python 2. Django 2.0 doesn't support second version > of Django, only third. > > > On 15

Re: What would be the best approach to implementing a paywall?

2017-12-12 Thread Egor Smolyakov
googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- 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

Re: Mysql-python in Windows

2017-12-10 Thread Egor Smolyakov
, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- 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+un

Re: Bitnami - Django

2017-12-08 Thread Egor Smolyakov
rs/a241e729-2352-4e51-91b2-30d3f9982c20%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Failed to create a new django project

2017-12-07 Thread Egor Smolyakov
iving 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.googl

Re: Django groups and specialpermissions

2017-12-07 Thread Egor Smolyakov
/d/msgid/django-users/CAHn91oezX4COhtG-QTWxVDm3y0XuNPKbEgEdZ-yPqbEZP0tAGw%40mail.gmail.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Egor Smolyakov. -- You received this message because you are subscr

Re: Problems with translating URL patterns.

2017-12-07 Thread Egor Smolyakov
I can't do it. Describe what do you want? On Sunday, 3 December 2017 22:29:05 UTC+2, Juan José Meneses wrote: > > Hello, I'm having problems with translating URL patterns. If I set a URL > patter to be, for example, > url(_(r'^admin/'), admin.site.urls) > > where > _() > > is ugettext_lazy and

Re: How to make a subscription form for use with Stripe / dj-stripe?

2017-12-07 Thread Egor Smolyakov
Check out the template folder of the project: https://github.com/dj-stripe/dj-stripe/tree/master/djstripe/templates/djstripe On Tuesday, 5 December 2017 01:21:47 UTC+2, Daniel Grace wrote: > > I have set up a Stripe account and installed dj-stripe, but I can't find > information on how to set

Re: Email and activation key in django.contrib.auth

2017-12-07 Thread Egor Smolyakov
I know that topic is old, but I also find a method for this functionality. I don't found so I create it by myself. See this commit: https://github.com/egorsmkv/simple-django-login-and-register/commit/a8ca21f1a6bb4fa4eacbc4e904d9ce9adebdf576 On Wednesday, 12 January 2011 03:18:09 UTC+2, Micah

Re: Saving webp image near jpg version

2017-12-07 Thread Egor Smolyakov
Actually, you need to use any background library ( like https://github.com/arteria/django-background-tasks/ ) for processing large-time operations such as image processing. On Friday, 17 November 2017 15:24:25 UTC+2, Дмитрий Горобец wrote: > > I want to save webp image near jpg version. > >

Re: Login

2017-12-07 Thread Egor Smolyakov
You can have a look at my project: https://github.com/egorsmkv/simple-django-login-and-register It is simple and uses the built in Django Auth module. On Monday, 4 December 2017 19:49:32 UTC+2, chaitanya.creator wrote: > > Hi > i am new users django .please help in making a login system using