First time here? Check out the FAQ!

hammergun's profile - activity

2014-05-14 05:28:11 -0500 received badge Notable Question (source)
2014-04-20 06:44:10 -0500 received badge Popular Question (source)
2013-05-10 04:57:59 -0500 received badge Nice Question (source)
2013-05-04 12:28:17 -0500 received badge Famous Question (source)
2013-04-18 00:17:04 -0500 commented question Extensible profile integration

What is the current status of this fork? Even I wish to get rid of the monkey patching.

2013-04-06 01:18:46 -0500 received badge Supporter ( source )
2013-04-06 01:18:43 -0500 received badge Scholar ( source )
2013-04-06 00:21:31 -0500 commented answer How to add fields to user profile in an askbot-based site?

Could you give a code snippet(an example) regarding this.. I'm actually a newbie to django.

2013-04-06 00:10:17 -0500 commented answer How to add fields to user profile in an askbot-based site?

But if I have seperate user models for each app wouldn't there be issues in logging in and logging out. Actually the Q&A is just one of the features in my portal. I have messaages(for which I'm using django postman), File uploading and deletion(django-filer). So if I can have a simple way to make a single user model which would work with all these components I would be really happy. And what is your opinion in modifying the askbot user model. Also can I use the askbot as a project rather than a plugin(i.e which resides in the lib folder of python). I really like the login system of askbot and that is the main reason why I chose to keep askbot as the base to my project.

2013-04-05 19:47:18 -0500 received badge Student (source)
2013-04-05 11:57:43 -0500 asked a question How to add fields to user profile in an askbot-based site?

I read the guide but is there anyway that I can make the askbot as a base for my portal and add features to the user model? Is this possible and could any one guide me on this?