Skip to content

Commit 02112a8

Browse files
committed
changing imports
1 parent 7d743fc commit 02112a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from storages.backends.s3boto3 import S3Boto3Storage
2-
import aws
2+
from .aws import STATIC_ROOT, MEDIA_ROOT
33

44

55
class StaticStorage(S3Boto3Storage):
6-
location = aws.STATIC_ROOT
6+
location = STATIC_ROOT
77

88

99
class MediaStorage(S3Boto3Storage):
10-
location = aws.MEDIA_ROOT
10+
location = MEDIA_ROOT

0 commit comments

Comments
 (0)