Skip to content

M0RT3Z4K/sarayemaryam___server__code

Repository files navigation

اجرای پروژه

Windows

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 سیستم لوکال شما می باشد.

Linux

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 سیستم لوکال شما می باشد.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors