git clone https://github.com/AlexJohnson2/sarayemaryam___server__code.git
cd sarayemaryam___server__code
python -m venv .venv
.venv\Scripts\active
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
پروژه در حال اجرا روی پورت 8000 سیستم لوکال شما می باشد.
git clone https://github.com/AlexJohnson2/sarayemaryam___server__code.git
cd sarayemaryam___server__code
python3 -m venv .venv
source .venv/bin/active
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver
پروژه در حال اجرا روی پورت 8000 سیستم لوکال شما می باشد.