Stand-alone Django web application that uses AppFirst's api's to build application, business, and system widgets.
First, set your AppFirst username (email address) and api key in the settings_local.py file. Your api key can be found in "My Profile" on the AppFirst website (https://wwws.appfirst.com/manage/profile/).
Create a symbolic link settings.py to settings_local.py.
To run, from the dashboard directory enter "python manage.py runserver", then enter 127.0.0.1:8000 in your browser to view the dashboard.