Notification Manger
Dependencies: Django, requests, psycopg2, Python 3.5.1, reportlab
Once Downloaded and dependencies installed:
- Change Database Settings in SunLoan.settings.py to point to your PostGres Database
- If you are reloading run manage.py flush to kill previous data
- Run manage.py makemigration
- Run manage.py migrate
- Run manage.py createsuper so that you can access the site
- Go to Manage Data (http://127.0.0.1:8000/data) so that you can load the default data sets for Stores, Statuses, etc.