Themes, Templates and Color variations

Sync ThemesΒΆ

Sync widget themes

python manage.py sync_all

replace db from files (new version of core template etc..)

python manage.py sync_all -f

command by command

Run collectstatic

python manage.py collectstatic --noinput

After collectstatic create page themes

python manage.py sync_page_themes

load widget themes

python manage.py sync_widget_themes