How to keep track of online users?

2017-03-02 Thread Branko Zivanovic
I need to know online status for each user. How do I do that? -- 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

UI widget for contacting administrators

2017-03-02 Thread Branko Zivanovic
Hey Google, Is there any django app that would allow users to report bugs, or send messages instantly from my index page? I want it to be like UI widget and visitors can simply report bugs, speak their ideas or opinion. Something similar to Olark, but I don't want it to be live chat because I

Re: Django allauth, manage redirect

2017-02-07 Thread Branko Zivanovic
Thanks for idea, I think this one with additional field might work! уторак, 07. фебруар 2017. 10.51.36 UTC+1, Michal Petrucha је написао/ла: > > On Tue, Feb 07, 2017 at 01:30:18AM -0800, Branko Zivanovic wrote: > > Thanks for the answer. > > This will redirect user after

Re: Django allauth, manage redirect

2017-02-07 Thread Branko Zivanovic
d this line in settings.py: > LOGIN_REDIRECT_URL = "/my-tasks/" > > On Tue, Feb 7, 2017 at 2:09 PM, Branko Zivanovic > wrote: > >> I'm using django-allauth for authentication. I've enabled Facebook and >> Google for social logins. How do I make red

Django allauth, manage redirect

2017-02-07 Thread Branko Zivanovic
I'm using django-allauth for authentication. I've enabled Facebook and Google for social logins. How do I make redirect after first login? I want to make people edit their profiles instantly after their first login. -- You received this message because you are subscribed to the Google Groups "

Re: Django search

2017-01-17 Thread Branko Zivanovic
f you've got the result what is your concern? >> Do you only need to switch into forms? >> >> Regards, >> Constantine C. >> >> On Sun, Jan 15, 2017 at 2:41 PM, Branko Zivanovic > > wrote: >> >>> How do i implement search on django websit

Re: Django search

2017-01-17 Thread Branko Zivanovic
. 07.13.44 UTC+1, Constantine Covtushenko је написао/ла: > > Hi Branco, > > Sorry, but can you be more specific? > If you've got the result what is your concern? > Do you only need to switch into forms? > > Regards, > Constantine C. > > On Sun, Jan 15, 2017 at 2

Django search

2017-01-15 Thread Branko Zivanovic
How do i implement search on django website with select menu and checkbox? I've succeeded in adding basic text input and it works but I didn't use django forms. How do I add this type of search? -- You received this message because you are subscribed to the Google Groups "Django users" group.

Django with Haystack

2017-01-08 Thread Branko Zivanovic
I'm using haystack with whoosh backend to implement a search on website. It works on /search page but it doesn't work on /members. It redirects me to search page if I try to submit form on any other page. How can I add search on multiple pages? -- You received this message because you are subs

Re: Showing user's data on page

2017-01-02 Thread Branko Zivanovic
Thank you very much Sir, that worked! Happy New Year, all the best! Branko понедељак, 02. јануар 2017. 13.16.20 UTC+1, Daniel Roseman је написао/ла: > > This isn't a custom user model, it's a related model - what would normally > be called a user profile. > > Regardless, there *is* a reference

Showing user's data on page

2017-01-02 Thread Branko Zivanovic
I've created custom user model which has OneToOneField which relates to original auth User model. In my template, I have to access data from custom model, but I use user.is_authenticated() and original model doesn't have reference to custom model. I'm not sure if I'm checking login incorrectly

Loading staticfiles in every single template file

2016-05-24 Thread Branko Zivanovic
I'm not sure why I need to add following line *{% load staticfiles %} *in every single template file if there is inheritance.Can I avoid this somehow? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei