Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

crossgovernmentservices/lrs_stalker

Repository files navigation

=============================== LRS Learning Record Viewer

Quickstart

Then run the following commands to bootstrap your environment.

mkvirtualenv --python=/path/to/required/python/version [appname]

Install python requirements.

pip install -r requirements/dev.txt

Set some environment variables. The following is required. Add as needed.

export SETTINGS='config.DevelopmentConfig'
export LRS_URL=
export LRS_USER=
export LRS_PASS=

Once that this all done you can:

./run.sh

or

python manage.py server

Deployment

In your production environment, make sure the SETTINGS environment variable is set to config.Config.

Shell

To open the interactive shell, run ::

python manage.py shell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published