Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 972 Bytes

readme.md

File metadata and controls

61 lines (38 loc) · 972 Bytes

Watermelon seller-survey

This project is the simple multi-step form with django, native template.

workflow_result.mp4

Requirements

Basic Installation

  1. Clone the repository:

    • Using HTTPS
    https://github.com/Satosh-J/watermelon-seller-survey.git
  2. Install dependencies from Pipfile:

    pipenv install

Usage

  1. Activate the project virtualenv:
pipenv shell
  1. Create tables in the DB by migrating:
python src/manage.py migrate
  1. Create an admin user:
python src/manage.py createsuperuser
  1. Start the developement server
python src/manage.py runserver

Page explanation