Re: Choosing an auth module: Login via Facebook, Google, ...

2015-05-05 Thread rush
Hi, What kind of issues do you have?It should support 1.8 now. You can even check that support request for 1.8 is already closed at github (https://github.com/pennersr/django-allauth/issues/858). -- wbr,rush.   06.05.2015, 09:17, "guettli" :I need a library to let users loging via Facebo

Re: I cannot connect with my database remote server mysql django

2014-12-07 Thread rush
Just put correct password into settings. That will fix the error. -- wbr,rush.   07.12.2014, 17:11, "tuktuk" :I am running my django Application in local mode, and my database server is in a remote server with cpanel. Configurations in settings.py are:DATABASES = { 'default'

Re: Alternative to django-registration (unmaintaned since September 2013)

2014-07-27 Thread rush
Hi guys,Looks like django-signup ( https://bitbucket.org/fcoelho/django-signup/ ) may be interesting for you. It is based on django-registration and as for now the last commit was about a 5 days ago.-- wbr,rush.   24.07.2014, 19:21, "Oscar Carballal" :Same for me in my personal projects

Re: Override grappelli js files

2014-02-25 Thread rush
Wow, that's a great explanation. Thank you, Felipa! wbr,rush.   26.02.2014, 00:52, "Felipe Bessa Coelho" :2014-02-25 17:18 GMT-03:00 rush <dja...@irush.su>:Hi,I'm using grappelli and I have two files in it I need to modify:admin/js/SelectBox.js admin/js/SelectFilter2.jsI

Override grappelli js files

2014-02-25 Thread rush
any way to override grappelli files? wbr,rush. -- 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

Re: city selector for django

2013-10-28 Thread rush
; > Cheers, Nigel > 07914 740972 > > > > On 28 October 2013 16:01, rush wrote: > Hi, > >It's pretty hard to find lightweight and easy city selector app with ready > >to use database. > >After a while, I've found a django-cities-light ( > >htt

Re: Please suggest me best e-tutorial for Django framework.

2013-10-17 Thread rush
http://www.djangobook.com/ is also a good choice. -- wbr,rush.  17.10.2013, 15:49, "François Schiettecatte" :See:https://docs.djangoproject.com/en/1.5/intro/tutorial01/FrançoisOn Oct 17, 2013, at 7:44 AM, y venkatesh <javac.ve...@gmail.com> wrote: Hi every body,   

Re: Can Django partially process a url, then resume?

2013-09-04 Thread rush
Hi, why not to implement this check in the beginning of your view and if it's required just redirect the url to the same view with correct details which will just pass initial check? -- wbr, rush 05.09.13, 08:51, "KentH" ": > > Hi, > > I've got an ap