Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 623 Bytes

shopproject

Django basic eshop project.

Quick start

  1. Clone repo like this::

    git clone https://github.com/dimkoug/shopproject.git

  2. Create a virtualenv::

    python3 -m venv virtualenv

  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py makemigrations addresses baskets brands heroes logos offers orders profiles shipments shop stocks suppliers tags users warehouses,media

  7. Run python manage.py migrate

  8. Start the development server and visit http://127.0.0.1:8000/