How to make askbot git repository and private customizations repository coexist?
I cloned the askbot git repo.
Now, askbot doc says I need to create mydjangosite(http://askbot.org/doc/initial-configuration.html#compile-time-configuration)
What's the relationship between askbot directory I cloned and mydjangosite directory?
I want to create a private git repository for this project so that several team members can work on it.
I need to create a git repo for askbot , mydjangosite or both?

Comments