/pyshop

Example Django project - Web store that allows viewing and creating products

Primary LanguagePythonMIT LicenseMIT

PythonGallery

Simple product image gallery made in Django framework. Allows users to add, update and delete their products.

Installation

Applciation requires Python version 3.7.4 or newer

  1. Clone repository to local directory
  2. Run python manage.py makemigrations and python manage.py migrate
  3. Start development server: python manage.py runserver