PDF
のフォルダーに保存しようとしてproject
いますが、保存しようとするとfolder
アクセス許可があり、次のエラーが発生します。read, write
PDF
SuspiciousOperation: /opt/django_apps/inscripcion/solicitudes/filename へのアクセスを試みました
これは私の簡単なコードです:
contenido = "Simple code"
file_name = "/opt/django_apps/inscripcion/solicitudes/filename"
path = default_storage.save(file_name, ContentFile(contenido))
私はpython2.7
withmod_python
とdjango1.3
onを使用していますRedHat