Skip to content

himidz39/E-shop

 
 

Repository files navigation

E-shop

TODO

  • Add translation feature to the website

Set up

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with python -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install dependencies with pip install -r requirements.txt

Create superuser

python manage.py createsuper

Collect Static

python manage.py collectstatic

Finally runserver

python manage.py runserver

NB

For Testing use 'http://localhost:8000/' as that is the domain URL in the settings.py

About

This is a Django 3 E-commerce website or online shop

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 35.7%
  • JavaScript 30.7%
  • Python 19.3%
  • HTML 14.3%