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
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
2 matches
Mail list logo