ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 626 forks source link

Django 1.6.x Support? / Custom User Model? #211

Open cemkozinoglu opened 10 years ago

cemkozinoglu commented 10 years ago

Hey Guys,

Does AskBot planning to support Django Custom User Models?

Also anyone tried to make it work with Django 1.6.x?

Cheers, Cem

adamtwiss commented 10 years ago

+1 for this The ability to integrate a custom user model would be really helpful.

jirutka commented 10 years ago

+1

vinodpandey commented 9 years ago

I have implemented Custom User Model support in my forked version at https://github.com/vinodpandey/askbot-devel . The custom user project that I used for testing is at https://github.com/vinodpandey/django-test-site. The only third party dependency that I needed to modify was django-followit. I have updated django-followit (https://github.com/vinodpandey/django-followit) and sent a pull request to @evgenyfadeev . I am yet to run some tests to verify if I have not broken any backward compatibility. I have updated README with rough notes on how to set this up. One caveat for now is the hardcoding of custom auth model in https://github.com/vinodpandey/askbot-devel/blob/master/askbot/models/user.py Line 386 db_table = 'django_custom_auth_user_groups'

ThomasWaldmann commented 9 years ago

https://www.djangoproject.com/download/ - django 1.5 (and also 1.6) is out of support, btw.

zheli commented 9 years ago

So this issue should be upgraded to add Django 1.8 support.

On Fri, May 29, 2015, 11:41 PM TW notifications@github.com wrote:

https://www.djangoproject.com/download/ - django 1.5 (and also 1.6) is out of support, btw.

— Reply to this email directly or view it on GitHub https://github.com/ASKBOT/askbot-devel/issues/211#issuecomment-106942227 .

luk911 commented 9 years ago

vote for 1.8

evgenyfadeev commented 9 years ago

@vinodpandey thank you for sharing your commits to support custom user model, will definitely try to integrate that.

nkeilar commented 9 years ago

+1 blocked by this. site is valuable to security flaws without an upgrade path