Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 461 Bytes

Django form

Prerequisites

This app was developed on Python 3.7.5.

Installation

  1. Clone the repo:
    git clone https://github.com/Pearman91/django_form.git
  2. Go to root folder of the project and run:
    pip install -r requirements.txt
  3. Perform DB migrations:
    python django_form/manage.py migrate
  4. Run Django server:
    python django_form/manage.py runserver