Hi Mike, I had the exact same problem and after investigating I ended up creating a new app from scratch and porting the code and data across. I don't remember finding any specific documentation on this on Django's website. Did I miss something, or should we consider adding a couple of notes on that?
a. On Tuesday, 9 June 2015 09:09:56 UTC+1, Mike Dewhirst wrote: > > With Django 1.7 and Postgres I want to change the name of an app. > > From my initial investigation it looks like I need to create a new app > with the desired name and then blow the old one away after pumping the > data across. > > Then comes the refactoring. > > At the moment I just use a vanilla text editor (Textpad) on Windows. > However, based on my observation of the occasional IDE wars on this list > I have lately been toying with the idea of teaching myself to use PyCharm. > > Does anyone have any experience with app-renames and maybe some > refactoring advice for me? > > Maybe I don't even need to replace and destroy ... > > Thanks > > Mike > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e2d5c903-cdcc-418e-b18e-3f43244439ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

