I am trying to use the ORA2 and upload files to our server. I think that we 
have performed all the recommended steps, but with no success.

Is it possible to post the steps, sth like a tutorial for dummies? That 
would be really really appreciated, because I am following several threads 
and performed several recommendations from users with no success.
For example, I have followed these steps: 
https://github.com/edx/edx-documentation/blob/master/en_us/install_operations/source/configuration/ora2/ora2_uploads.rst#id6
and these: 
https://groups.google.com/forum/#!msg/edx-code/L8Ga4RSsa50/t5wM2h-XSNsJ



Τη Τρίτη, 3 Μαΐου 2016 - 1:54:28 μ.μ. UTC+3, ο χρήστης Jay Modi έγραψε:
>
> *You need to config below settings:*
>
> *in lms/common.py:*
>
>
> ORA2_FILEUPLOAD_BACKEND = "filesystem"
> # your prefered cache system
>
> ORA2_FILEUPLOAD_CACHE_NAME="default"
> #where you want to upload ora2 files
>
> ORA2_FILEUPLOAD_ROOT = os.path.join(MEDIA_ROOT, 'ora-upload/')
> *In lms/urls.py:*
>
>
> from openassessment.fileupload.urls import urlpatterns as oraurlpatterns
> urlpatterns+= oraurlpatterns
>
> Thanks & Regards,
> Jay Modi,
> Python Django developer,
> Quixom Technolgies
>
>

-- 
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/580315a7-86e8-49f5-8773-89ec3a0f5dd5%40googlegroups.com.

Reply via email to