fgallina / python-django.el

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

Wrong argument type stringp, NIL When Running Management Command #30

Open artforlife opened 5 years ago

artforlife commented 5 years ago

I am getting the following error

Wrong argument type stringp, nil

when running m + migrate command in the mode.

The same command works in the shell. python manage.py migrate