This app was developed on Python 3.7.5.
- Clone the repo:
git clone https://github.com/Pearman91/django_form.git
- Go to root folder of the project and run:
pip install -r requirements.txt
- Perform DB migrations:
python django_form/manage.py migrate
- Run Django server:
python django_form/manage.py runserver