Skip to content
Snippets Groups Projects
Commit cc056f41 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Fix to gstlalcbctest migration

parent e1b0d64e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from django.conf import settings
ROBOTS = [
{
'username' : 'gstlalcbc',
'username' : 'gstlalcbctest',
'first_name' : '',
'last_name' : 'Gstlal CBC (Test)', # Note that the last_name acts as a display
'email' : 'cody.messick@ligo.org',
......@@ -63,4 +63,4 @@ class Migration(migrations.Migration):
operations = [
migrations.RunPython(create_robots, delete_robots),
]
\ No newline at end of file
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment