Hi all i try to configure ecommerce to the platform (ficus master native installation on ubuntu 16.04)
using this https://github.com/edx/configuration/blob/master/util/install/sandbox.sh and configuration with this https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/110330276/How+to+Install+and+Start+the+E-Commerce+Service+in+Native+Installations <https://www.google.com/url?q=https%3A%2F%2Fopenedx.atlassian.net%2Fwiki%2Fspaces%2FOpenOPS%2Fpages%2F110330276%2FHow%2Bto%2BInstall%2Band%2BStart%2Bthe%2BE-Commerce%2BService%2Bin%2BNative%2BInstallations&sa=D&sntz=1&usg=AFQjCNF0c2ve0NdbRf5OksEKJATD8wGMYQ> How can i properly add and configure ecommerce and run on my platform please i don't know if it is normal to have this when en enter python manage.py makemigrations No changes detected python manage.py migrate System check identified some issues: WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.10/ref/databases/#mysql-sql-mode Operations to perform: Apply all migrations: address, admin, analytics, auth, basket, catalogue, contenttypes, core, courses, customer, flatpages, invoice, offer, order, partner, payment, programs, promotions, referrals, refund, reviews, sailthru, sessions, shipping, sites, social_django, theming, thumbnail, voucher, waffle, wishlists Running migrations: No migrations to apply. alfa@alfa:/edx/app/edxapp$ sudo su ecommerce -s /bin/bash ecommerce@alfa:/edx/app/ edxapp$ cd ~/ecommerce ecommerce@alfa:~/ecommerce$ source ../ecommerce_env ecommerce@alfa:~/ecommerce$ python manage.py makemigrations No changes detected ecommerce@alfa:~/ecommerce$ python manage.py migrate System check identified some issues: WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.10/ref/databases/#mysql-sql-mode Operations to perform: Apply all migrations: address, admin, analytics, auth, basket, catalogue, contenttypes, core, courses, customer, flatpages, invoice, offer, order, partner, payment, programs, promotions, referrals, refund, reviews, sailthru, sessions, shipping, sites, social_django, theming, thumbnail, voucher, waffle, wishlists Running migrations: No migrations to apply. ecommerce@alfa:~/ecommerce$ python manage.py makemigrations ecommerce App 'ecommerce' could not be found. Is it in INSTALLED_APPS? ecommerce@alfa:~/ecommerce$ python manage.py makemigrations No changes detected ecommerce@alfa:~/ecommerce$ exit exit Many thanx Le mercredi 9 mars 2016 07:36:22 UTC+1, Amir Tadrisi a écrit : > > Hi guys i have openedx instance dogwood in my aws server , i have > everything excellent up and running but i need to integrate paypal and > stripe to my server im pretty confused of how to set up ecommerce there is > there any good doc for start to learn how to do it > thanks > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/1808f28d-0220-478c-9f20-98ec14f6ddcb%40googlegroups.com.
