Docassemble using Django Framework
python3 -m venv venv
install all the python packages mentioned in requirements.txt file
Use below command for migration of tables
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
which will run on (http://127.0.0.1:8000/first-question/)