mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Enable django-allauth for enhanced user management & federation
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
set -eo pipefail
|
||||
|
||||
python manage.py migrate
|
||||
echo "[{\"model\": \"sites.site\",\"pk\": 1,\"fields\": { \"domain\": \"${SITE_URL}\", \"name\": \"${PROJECT_SHORT_NAME}\" }}]" | python manage.py loaddata --format=json -
|
||||
python manage.py collectstatic --no-input
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user