fgallina / python-django.el

An Emacs package for managing Django projects.
GNU General Public License v3.0
67 stars 24 forks source link

Adding app folder move - error #28

Open Krisselack opened 5 years ago

Krisselack commented 5 years ago

After creating a new app with c-o-s-a , I am asked if I want to move the folder.

App created in x/y/z/. Do you want to move it? (y or n) y -> same directory: error in process sentinel: file is a directory. y-> different empty directory: error in process sentinel: Renaming: No such file or directory.