24
loading...
This website collects cookies to deliver better user experience
Install Git Version Control
[ https://git-scm.com/ ]
Install Python Latest Version
[ https://www.python.org/downloads/ ]
Install Pip (Package Manager)
[ https://pip.pypa.io/en/stable/installing/ ]
$ pip install virtualenv
$ python -m venv venv
$ python3 -m venv venv
$ source venv/scripts/activate
$ source venv/bin/activate
$ git clone https://github.com/vijaythapa333/simple-multivendor-site.git
$ cd simple-multivendor-site
$ pip install -r requirements.txt
ALLOWED_HOSTS = ['*']
$ python manage.py runserver
$ python3 manage.py runserver
$ python manage.py createsuperuser
$ python3 manage.py createsuperuser