- Clone this repo .
♦ git clone https://github.com/adi3120/E-Commerce-site-using-Django.git .
- Go into the directory where the manage.py file is located. Then open terminal there and run this .
♦ python manage.py migrate
- Create admin account
♦ python manage.py createsuperuser
- Make migrations for the app
♦ python manage.py makemigrations
- Again migrate those changes
♦ python manage.py migrate
- Now run the development server
♦ python manage.py runserver