Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 379 Bytes

cad_team3_backend

After cloning:

python3 -m venv venv

source venv/bin/activate

python -m pip install -r requirements.txt

To deactivate the venv:

deactivate

New python dependencies:

python -m pip freeze > requirements.txt

create zip for aws beanstalk

cd in {gitdir}/cad_team3_backend

python3 manage.py collectstatic

=> zip files