Baikun1 / stichfit

1 stars 0 forks source link

# tailor e-commerce website

to clone the website

git clone https://github.com/Baikun1/tailor3.git

to install all modules

pip install -r reuirements.txt

Go to the project outer folder

cd tailor

to collect all static file

python manage.py collectstatic

to run the project

python manage.py runserver