Closed IsmaelMT closed 11 years ago
Can you paste full traceback? It works for me.
File "/home/ismael/.virtualenvs/klick/src/lfs/lfs/catalog/models.py", line 17, in
I've commited a change. Please try if it works for you now. I was not able to reproduce it at my box
I fixed it locally the same way you just did, but i wasn't sure if that was the best way because i'm still not used to the code, if some issue like this comes up can i do any commit to colaborate?
Of course you can collaborate. Best way is to fork the repository, create so called topic branch that isolates changes specific to issue and do some changes there. Then you can do a pull request. See: https://help.github.com/articles/using-pull-requests
Ok thanks, i will, the solution you proposed works well.
I was working on the last commit and there is a problem when i try to run "runserver", the error is "ImportError: no module named Product". The error is from commit 6f238ec23d57ce298d83452bad6e8ae110986308 from February 5th 2013. There where some changes at the caching module.
From catalog, caching.utils is imported and from caching.utils at listener.py lfs.catalog is imported but lfs.catalog was not loaded.