En Fri, 07 Sep 2007 10:12:09 -0300, Hamilton, William
<[EMAIL PROTECTED]> escribi�:
>> We are trying to implement a system that checks the version of the
>> application against a version number stored in the database. We don't
>> want the app and the db don't become out of sync.
>>
>> We have
> From: imageguy
>
> We are trying to implement a system that checks the version of the
> application against a version number stored in the database. We don't
> want the app and the db don't become out of sync.
>
> We have tried setting a __version__ variable in the top most module,
> however,