Is there a Django South (i)python shell -


I am preparing several Django model migrations. Usually as a programming, I prefer a shell environment (such as ipathaan) to test / validate in operation.

I know that for Django, we have:

  dragon django_app / manage.py shell   

this is really convenient Because all Django objects are available.

Model objects are not available for Django's South Migration. See . Is one (i) a way to load the South Environment in Python so that the operations can be hand-held? "post-text" itemprop = "text">

I do not know any shell about the way you are asking. Have you forgotten your question that where are you saying that you want to test your commands using the shell on the live server? I firmly advise against that if not.

Is there a reason that you can not see what you are trying to use only manage.py shell ? Or just by supporting my database and creating a migration script, it is being run, then the changes in the use of migration backwards are being brought back?

How exactly are you trying to figure / examine?

Comments

Popular posts from this blog

c - Performance of System() -

python - how we can use ajax() in views.py in django? -

python - Sequence Pattern recognition with Pybrain -