On 28 Apr 2011, at 2:50 PM, Viktor Matys - Grumpa.Net wrote: > I can't se any possibility in settings section. I can see some domains > listing which is empty and no possibility to add a domain. (No button > "Add Domain").
Domains belong to a specific domain user, thus you can only add domains to a user whose account type is "Domain Administrator" > > Also I'd like to have possibility to add those domain managers from a > script. Is there some manage.py domain-add / user-add or so? You can do that via the interface, simply create the a user of "Domain administrator" type and go into their profile towards the bottom of the page you will see "domains managed" with an "add" button, click that and the rest is point and click. > > I try to add associated address in an account profile, but it always end > in error message "Sorry the requested page is unavailable due to a > server malfunction." and I get an e-mail with traceback from Python. What is the error in the traceback that you get ? > > I cannot learn it from documentation, because I didn't find it in it. Well now that you know maybe you can help others by updating the documentation. > > I know it's great work on the Baruwa done. Thanks for it. But if it is > testing version only, please emphase it on your website. Unfortunately it is not possible to test every software combination or senario as well as predict changes that are made in upstream software in the future, The errors you getting i suspect are related to the changes that took place in Django with the CSRF mechanism. Anyway Baruwa works for me and i use it in production but, YMMV The important thing is there should always be someone available to fix these issues when they arise, Thats what people pay thousands of $$ each year for in support contracts, you get it for free. But well stated anyway. Each and every file in the source code emphasizes exactly what you indicated above. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. - Andrew. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

