私はまだPythonとDjangoにかなり慣れていないので、我慢してください
作業中のプロジェクトを大学のPCからUSBにコピーし、それをラップトップにロードして、cmdで次のコードを使用して実行しようとすると次のようになります。python manage.py runserver
このエラーが発生しました:
Unhandled exception in thread started by <bound method Command.inner_run of <django.contrib.staticfiles.management.commands.runserver.Command object at 0x01D4EB70>>
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\django\core\management\commands\runserver.py", line 91, in inner_run
self.validate(display_num_errors=True)
File "C:\Python27\lib\site-packages\django\core\management\base.py", line 270, in validate
raise CommandError("One or more models did not validate:\n%s" % error_text)
django.core.management.base.CommandError: One or more models did not validate:
groupcraft.userprofile: "picture": To use ImageFields, you need to install the Python Imaging Library. Get it at http://www.pythonware.com/products/pil/
誰かが私に何が間違っているのか、私が何をしていないのか教えてもらえますか?