README.txt 514 Bytes
Newer Older
Victor Shnayder committed
1
Transitional for moving to new settings scheme.
2

Victor Shnayder committed
3 4 5 6
To use:
   rake lms
   or
   django-admin.py runserver --settings=lms.envs.dev --pythonpath=.
7 8 9

NOTE: Using manage.py will automatically run mitx/settings.py first, regardless
of what you send it for an explicit --settings flag. It still works, but might
Victor Shnayder committed
10
have odd side effects. Using django-admin.py avoids that problem.
11 12
django-admin.py is installed by default when you install Django.

13 14
To use with gunicorn_django in debug mode:

Victor Shnayder committed
15
  gunicorn_django lms/envs/dev.py
16