Taiga admin page does not load correctly

Hi

Taiga page domain/admin/ does not load correctly.

Please advise

you should run Django’s ‘collectstatic’ after deploy and ensure that your web server returns it (check networking in your web browser)

Can you let me know exact command?

Also Can i add another admin user for django? Clicking on superuser does not able to login on taigadomain/admin/

Thank you

Hi,

Once you are in the virtualenv and the correct directory, you would just need to do DJANGO_SETTINGS_MODULE=your.settings.module python manage.py collectstatic, where your settings module would usually be settings.local.

Hope this helps!