Skip to content

Shop application following the book Django 3 by Example

License

Notifications You must be signed in to change notification settings

vitorpvcampos/django-shop

Repository files navigation

django-shop

Shop application following the book Django 3 by Example

Django CI Updates Python 3.8.5 Django 3.1 GitHub

How to run the project?

  • Clone the repository
  • Create a virtual environment
  • Install the dependencies
  • Run the migrations
git clone https://github.com/vitorpvcampos/django-shop.git
cd django-shop
pip install pipenv
pipenv install --dev
python manage.py migrate

PEP8 lint

pipenv run flake8

About

Shop application following the book Django 3 by Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published