bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
658 stars 234 forks source link

Incompatible with Django 2.0 #163

Closed iMerica closed 5 years ago

iMerica commented 6 years ago

Steps to Reproduce

from s3direct.fields import S3DirectField

Expected Results

I'm expecting that I can use this Django model field per the documentation.

Actual Results

ModuleNotFoundError: No module named 'django.core.urlresolvers'
akashpurandare commented 6 years ago

I don't think that the plugin is incompatible with Django 2.0 as I have a running version of my project using this plugin to store media files directly to an S3.

SRMASV Website Local Branch

bradleyg commented 5 years ago

Tested with Django 2 and all seems to be working fine. Closing out, please reopen if you still have this issue.