File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1515}
1616
1717# django-storages: S3
18- DEFAULT_FILE_STORAGE = ' storages.backends.s3boto3.S3Boto3Storage'
19- STATICFILES_STORAGE = ' storages.backends.s3boto3.S3StaticStorage'
18+ DEFAULT_FILE_STORAGE = " storages.backends.s3boto3.S3Boto3Storage"
19+ STATICFILES_STORAGE = " storages.backends.s3boto3.S3StaticStorage"
2020AWS_S3_ACCESS_KEY_ID = os .getenv ("AWS_S3_ACCESS_KEY_ID" )
2121AWS_S3_SECRET_ACCESS_KEY = os .getenv ("AWS_S3_SECRET_ACCESS_KEY" )
2222AWS_STORAGE_BUCKET_NAME = "pyconkr-api-v2-static-dev"
Original file line number Diff line number Diff line change 1515}
1616
1717# django-storages: S3
18- DEFAULT_FILE_STORAGE = ' storages.backends.s3boto3.S3Boto3Storage'
19- STATICFILES_STORAGE = ' storages.backends.s3boto3.S3StaticStorage'
18+ DEFAULT_FILE_STORAGE = " storages.backends.s3boto3.S3Boto3Storage"
19+ STATICFILES_STORAGE = " storages.backends.s3boto3.S3StaticStorage"
2020AWS_S3_ACCESS_KEY_ID = os .getenv ("AWS_S3_ACCESS_KEY_ID" )
2121AWS_S3_SECRET_ACCESS_KEY = os .getenv ("AWS_S3_SECRET_ACCESS_KEY" )
2222AWS_STORAGE_BUCKET_NAME = "pyconkr-api-v2-static"
Original file line number Diff line number Diff line change 3737 "django.contrib.sessions" ,
3838 "django.contrib.messages" ,
3939 "django.contrib.staticfiles" ,
40-
4140 # djangorestframework
4241 "rest_framework" ,
4342]
Original file line number Diff line number Diff line change 1717from django .urls import path , include
1818
1919urlpatterns = [
20- path (' api-auth/' , include (' rest_framework.urls' )),
20+ path (" api-auth/" , include (" rest_framework.urls" )),
2121 path ("admin/" , admin .site .urls ),
2222]
You can’t perform that action at this time.
0 commit comments