Skip to content

BigStar-2024/Django_watermellon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published