Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created January 28, 2015 21:14
Show Gist options
  • Save singingwolfboy/25eb2caea354864d965c to your computer and use it in GitHub Desktop.
Save singingwolfboy/25eb2caea354864d965c to your computer and use it in GitHub Desktop.
vagrant@precise64:~$ cd /edx/app/edxapp/
vagrant@precise64:/edx/app/edxapp$ source venvs/edxapp/bin/activate
(edxapp)vagrant@precise64:/edx/app/edxapp$ cd edx-platform/
(edxapp)vagrant@precise64:/edx/app/edxapp/edx-platform$ ls
AUTHORS CONTRIBUTING.rst manage.pyc pavement.py setup.py
bin docs mongo_indexes.md pavement.pyc setup.pyc
Brewfile Gemfile node_modules pylintrc test_root
CHANGELOG.rst Gemfile.lock openedx README.md vendor_extra
cms LICENSE Open_edX.egg-info requirements
common lms package.json scripts
conf manage.py pavelib setup.cfg
(edxapp)vagrant@precise64:/edx/app/edxapp/edx-platform$ python manage.py lms shell --settings=aws
2015-01-28 16:13:11,946 INFO 19458 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
Python 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.conf import settings
>>> print("no problems")
no problems
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment