You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: justin q. <jus...@gm...> - 2006-08-25 16:08:12
|
In trying to install openlogistic I get an error that indicates that the openlogistic module can be imported but has none of the attributes (company,client,contact,etc.). The setup on the wiki assumes that you are setting up your django installation to only run openlogistic. I dont know about you, but my django box is running several different applications and I cannot reconfigure it to only run openlogistic. Overwriting the ROOT_URLCONF and MEDIA_ROOT is not an option. Openlogistic needs to be flexable enough to add into anywhere in your url scheme as a selfcontained module (ie http://mydomain.com/openlogistic). The solution is to make openlogistic a django module. Through soft linking, I can move it into django (ie django.openlogistic.company), but I am still having problems with not finding the attributes. What working configuration does anyone else have? I need to know how to fix these attribute errors, and it might be something in the filesystem. I have attached my modified settings.py so you can see what I am aiming for. Justin Quick |
From: Ricardo B. <ric...@or...> - 2006-08-17 18:04:07
|
Hola a todos Acabo de subir los dos modelos en los que hab=C3=ADa estado trabajando al s= vn del proyecto en sourceforge. Adem=C3=A1s tambi=C3=A9n he comenzado a escrib= ir algo de documentaci=C3=B3n en el wiki. Espero que tanto esta lista como la de cambios en el svn tenga bastante movimiento en los pr=C3=B3ximos meses... :) |