arifRB commited on
Commit
1289158
·
verified ·
1 Parent(s): ffd36e0

Deploy GapGuide backend (Docker)

Browse files
apps/accounts/management/commands/seed_demo_users.py CHANGED
@@ -113,7 +113,7 @@ PERSONAS: list[dict] = [
113
  'semester': 8,
114
  },
115
  {
116
- 'email': 'demo.admin@gapguide.test',
117
  'name': 'Demo Admin',
118
  'target': None,
119
  'skills': {},
 
113
  'semester': 8,
114
  },
115
  {
116
+ 'email': os.environ.get('DEMO_ADMIN_EMAIL', 'admin@gapguide.com'),
117
  'name': 'Demo Admin',
118
  'target': None,
119
  'skills': {},