Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8b0a26a4
Commit
8b0a26a4
authored
Oct 06, 2016
by
Nimisha Asthagiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move sync_user_info management command from common to LMS.
parent
4bb88109
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
lms/djangoapps/django_comment_client/management/commands/sync_user_info.py
+7
-3
No files found.
common/djangoapps/stud
ent/management/commands/sync_user_info.py
→
lms/djangoapps/django_comment_cli
ent/management/commands/sync_user_info.py
View file @
8b0a26a4
##
## One-off script to sync all user information to the discussion service (later info will be synced automatically)
"""
One-off script to sync all user information to the
discussion service (later info will be synced automatically)
"""
from
django.core.management.base
import
BaseCommand
from
django.contrib.auth.models
import
User
...
...
@@ -8,6 +9,9 @@ import lms.lib.comment_client as cc
class
Command
(
BaseCommand
):
"""
Management command for adding all users to the discussion service.
"""
help
=
'Sync all user ids, usernames, and emails to the discussion service'
def
handle
(
self
,
*
args
,
**
options
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment