Erro apresentado:
You have 23 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, galeria, sessions. Run 'python manage.py migrate' to apply them.
Solução:
python manage.py makemigrations
python manage.py migrate