A simple calculator web application built with Django backend. Perform basic arithmetic operations, store calculation history.
python -m venv venv source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver