-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install steps - Fixes syntax of update_templates
django command
#35
Conversation
Hmm, strange. That worked on the machines we tested on. Might be system specific, and there should probably be a zshell check around those lines anyway. What distro are you running? I'll see if I can replicate the error on a virtualbox. |
@Slater-Victoroff It's an Ubuntu 13.04 (raring), with virtual environments and a manual install (which means I could be responsible for the issue :p) It seems that the Btw, if you fix this differently to keep the |
Ah - I've just noticed that the two commands simply differ in the settings they load: |
Hmm... this is probably something that got changed in our switch to open source, and I don't believe we're using the contentstore anywhere in this version. Typo fix is good, probably add a flag in for contenstore making |
@Slater-Victoroff Ok. To make sure I understand precisely what you're asking me to do - we would use |
Yes, that's what I was thinking, it's a little roundabout, but it presents a more uniform interface for interacting with the edx-platform. @jkarni what are your thoughts on this? |
The command needs to either be: They do the same thing. I'm good with either. |
Install steps - Fixes syntax of `update_templates` django command
I tried to install edx on centos and when I ran the command (rake django-admin[update_templates,cms] or 2013-06-21 18:51:47,342 WARNING 28785 [xmodule.x_module] x_module.py:309 - No resource directory templates/customtag found when loading CustomTagDescriptor templates Please let me know how to fix it. Thanks. Chi-Hou |
Story #35 As a coach I can see and edit the json for the grading policy. Story #34 Recalculate grading policy Repair the broken test for grading by providing an explicit POC context for the request to run in I am not certain this is the right way to do this, might be better to test the session facility by setting the session for self.client, but this will do for now.
Story #35 As a coach I can see and edit the json for the grading policy. Story #34 Recalculate grading policy Repair the broken test for grading by providing an explicit POC context for the request to run in I am not certain this is the right way to do this, might be better to test the session facility by setting the session for self.client, but this will do for now.
…/redirect-scheme-setting * python-social-auth/redirect-scheme-setting: add missing import and move setting prop outside of FEATURES [#118695049] Replace upstream python-social-auth with fork version [#118695049] Use redirection scheme set in lms.env.json
Add convert_datetime method in base_transformer.py to convert current datetime into expected utc datetime.
ECOM-6634 Fixes #35
…x#35) We continue to use history.replace for building the MFE URL, which we don’t want saved in history.
The command
rake django-admin[update_templates]
, mentioned in the installation instructions, didn't seem to work:Looking at the rakefiles, I saw
rake cms:update_templates
, which seemed to run fine for me (and both the LMS & CMS seemed to work fine afterwards) - not completely sure this is the same thing though:(Also fixed a broken indentation, I can remove this part if needed, or isolate to a different patch.)