Automatically Fetches Attendance (only for JUIT Students)!
- You should have Python 3.8 or higher installed.
git clone https://github.com/vaaibhavsharma/AttendanceTracker.git
cd AttendanceTracker
python3 -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
Make file .env inside juitWebkiosk with following content
DEBUG=True
SECRET_KEY= # Put your Django project secret key here - keep it secret!
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 8080
Open Another terminal with same environment (python)
celery -A juitWebkiosk beat -l INFO
On another Terminal
celery -A juitWebkiosk worker --pool=solo -l INFO
Your local instance will now be up and running at http://127.0.0.1:8080/