git clone https://github.com/theMirmakhmudov/OnlineMarketApplication.git
pythom -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env-sample .env
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
make make_mig
make mig
make run
python3 manage.py createsuperuser
make admin