First time here? Check out the FAQ!

django's profile - activity

2017-07-08 02:02:03 -0500 received badge Popular Question (source)
2017-07-08 02:02:03 -0500 received badge Famous Question (source)
2015-04-16 12:32:27 -0500 received badge Editor (source)
2015-04-16 12:30:12 -0500 asked a question Is there up-to-date how to install askbot as reusable app tutorial?

I'm running Django 1.4 project and I would like to add askbot app to my existing project.

I was trying to follow the on site guide but was stuck in the stage where I need to manually update my settings file with askbot's settings file.

Questions:

1 - What settings I should take to my file?

2 - Is it possible to use django's auth to authenticate users? which means that user must be logged in before posting.