Closed afzaledx closed 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
@douglashall @hasnain-naveed @ibrahimahmed443
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