Django code organization

Posted by iHeartDucks on Stack Overflow See other posts from Stack Overflow or by iHeartDucks
Published on 2010-05-08T04:01:27Z Indexed on 2010/05/08 4:08 UTC
Read the original article Hit count: 433

Filed under:

I am working on a Django app and I have a class which reads the contents of a file and returns a Django model. My question is where do I store this class in the file system? All this does is reads the file, populates a Django model and returns it.

Thanks

© Stack Overflow or respective owner

Related posts about django