I recently added s3 to my project

TThePhotis2/18/2023
I recently added s3 to my project, and it works great on my local server, but when I try to push I get this error ModuleNotFoundError: No module named 'storages', and my project crashes.
TThePhotis2/18/2023
7af32cf3-ad22-4da2-9a25-d6dd64394033
Bbrody2/18/2023
please upload your package.json and package-lock.json files
TThePhotis2/18/2023
ok, I'm really new to all of this. where can i find those files? and where do i upload them?
Bbrody2/19/2023
nodejs right?
edit: me dumb oops
TThePhotis2/19/2023
im not sure im using that i have a django project
Bbrody2/19/2023
lmao i was certian node calls it module, im sorry for the confusion
Bbrody2/19/2023
please send your reqierments.txt file in this thread
TThePhotis2/19/2023
here you are
Bbrody2/19/2023
what package do you use to connect to the s3 bucket
TThePhotis2/19/2023
boto3 dose that sound right? sorry im teaching myself as i go.
Bbrody2/19/2023
try addding "django-storages" to your req.txt file
Bbrody2/19/2023
full word too hard to type, you know what file i mean
TThePhotis2/19/2023
ok and try pushing again?
Bbrody2/19/2023
yep
TThePhotis2/19/2023
it failed 😩
TThePhotis2/19/2023
#11 ERROR: executor failed running [/bin/bash -ol pipefail -c python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt]: exit code: 1
Bbrody2/19/2023
please show a full screenshot of that error and send that file again
TThePhotis2/19/2023
Actually, i got it to deploy, but it crashed because it couldn't find boto3, so I added that to the req.txt file and pushed it again
Bbrody2/19/2023
awsome, glad you got it working

also just curious, are you using aws s3 for s3?
TThePhotis2/19/2023
yes
Bbrody2/19/2023
cool, happy coding!
TThePhotis2/19/2023
thank you. im sure ill have more questions soon1