File size: 227 Bytes
430c43e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Runs steps needed only once for the server

cd /app

echo "Creating a new django superuser"
python manage.py createsuperuser

echo "Updating authentication provider settings"
python manage.py update_auth_providers