Hi All,
I'm trying to add kaleo app to the basic starter project.
after pip install and change setting.py
I can display the invite form in existing page ok.
Thanks a lot for the great work!
questions:
1.
I got a blank page in the following url
is it suppose to be blank?
2. to add my own page for invitation using kaleo,
I created urls.py in the following dir structure
mybasicproj/apps/kaleo/urls.py
and add my stuff there so that urls like follow can work
is this the right way of using kaleo?
Now seems django picks up lib/python2.6/site-packages/kaleo/urls.py first,
how do I setup so the one in mybasicproj/apps/kaleo/urls.py take priority?
thanks in advance,
Tom
ref: