Hi, I have a strange problem: I've just set up a development version of my app. (the app is hosted on webfaction). Now I got 2 versions off my app: myapp myapp_dev
Both apps (should be) completely seperated, each has his own djago instance and a own apache. The problem: When I go to myapp_dev to generate the sql for the model with "mange.py sql appname", it creates the SQL based on the model.py from "myapp" and not from "myapp_dev". But when I open the shell and import the model, the correct model (from myapp_dev) is imported. I guess I miss something very silly... thanks for your help, greets ben
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.