This project is the simple multi-step form with django, native template.
workflow_result.mp4
- Python 3.8
- Pipenv
-
Clone the repository:
- Using HTTPS
https://github.com/Satosh-J/watermelon-seller-survey.git
-
Install dependencies from Pipfile:
pipenv install
- Activate the project virtualenv:
pipenv shell
- Create tables in the DB by migrating:
python src/manage.py migrate
- Create an admin user:
python src/manage.py createsuperuser
- Start the developement server
python src/manage.py runserver
- http://localhost:8000/ Multi-step for for seller giftcard survey
- http://localhost:8000/results Display all giftcard info