Create QR Code using (Python/Django), and use this codes for university attendance and departure system
before every lecture for every professor
- professor create QR code for attendance and departure
- the worker print this qr code and paste on for example lecture room door (also will display in site)
- student will scann QR Code by his phone
- qr code will take him to register form
- student will submit by name and id
- he will display in students table for this lecture
- clone this project
- install virtualenv
pip install virtualenv
- create new virtual environment
py -m venv venv
- activate the new virtual
.\venv\Scripts\activate
- install requirements.txt
pip install -r requirements.txt
- run local server to begin
py manage.py runserver
- go live with localhost:8000
To install on Unix/macOS see this document
- run on trimnal
py manage.py createsuperuser
- create new admin user
- go to localhost:8000/admin