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

Favicons

For enabling your favicon copy your favicon to static/img/favicon.ico anywhere in your installed app.