edx / edx-salesforce

GNU Affero General Public License v3.0
2 stars 2 forks source link

(WIP) management command. #1

Closed afzaledx closed 7 years ago

afzaledx commented 7 years ago

Steps to execute the command:

vagrant up vagrant ssh (skip the sudo su edxapp) clone edx-integrations into /edx/src folder (this folder is shared)

cd edx-integrations virtualenv salesforce_env cd salesforce_env/bin . activate

Install the dependencies: pip install Django pip install MySQL-python==1.2.5

cd .. to cd edx-integrations folder

execute the management command by this command: python manage.py raw_sql_test --settings=edx_integrations.settings.base

afzaledx commented 7 years ago

@douglashall @hasnain-naveed @ibrahimahmed443