OO in Django

2014-06-23 Thread Eduardo Basílio
Hello, Can you help me on a question OO in Django? How the Transaction class can reference Person or Corporation? * Customer is an abstract class -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Python Fabric manage.py problem

2013-07-01 Thread Eduardo Basílio
I use Python Fabric to deploy. Works great for accessing the remote server, install dependencies, run linux commands, etc.. But when I try to run *file commands manage.py Django*, NOT work! Example of my fabfile.py: with prefix ('source/home/user/env/bin/activate'): with cd ('path/to/your/p