/qr-code-generator-website

qr code generator with FBV and CBV DRF

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

a simple qr code generator website

a simple qr code generator website based on django with function base view in template rendering and Class based View (APIView) Django RestFramework

Preview

Function Base View

in FBV

CBV ApiView Rest Framework

CBVD RF

Installation

  1. run the following command inside your git enabled terminal
git clone https://github.com/H-VICTOOR/qr-code-generator-website.git
  1. install the requirements.txt with
pip install -r requirements.txt
  1. go to core folder and run project with
python manage.py runserver