Skip to content
lorenzotan edited this page Jan 26, 2019 · 1 revision

Broker App V2

improved version of streamline-broker

Setup Instructions

Download Repo

  1. $ git clone https://github.com/lorenzotan/brokerV2.git

Create Database

  1. $ cd brokerV2/broker/
  2. $ python manage.py makemigrations accounts loans
  3. $ python manage.py migrate

Preload Tables with (qualifiers, property types, loan types, needs list) data

  1. $ python manage.py loaddata loans/fixtures/init_*

Create super user (you will be prompted for a username, email, password)

  1. $ python manage.py createsuperuser

Run App

  1. $ python manage.py runserver

from here, you can log into the admin page with your super user account

  1. http://127.0.0.1:8000/admin/