Re: Applying migrations to (non-interactive) production server

2014-10-02 Thread Mike Dewhirst
On 3/10/2014 12:31 AM, Carlos A. Carnero Delgado wrote: Hi, I have succesfully upgraded an application to 1.7, and the time has come to apply a migration. In my development environment this is, as expected, a non issue; however, this particular application is hosted in a server where I'm not all

Applying migrations to (non-interactive) production server

2014-10-02 Thread Carlos A. Carnero Delgado
Hi, I have succesfully upgraded an application to 1.7, and the time has come to apply a migration. In my development environment this is, as expected, a non issue; however, this particular application is hosted in a server where I'm not allowed to run interactive commands. This means that django-a