Django Admin is loading without css
as well frontend css also not loading from static folder
STATIC_URL , STATIC_ROOT , STATICFILES_DIRS ,MEDIA_URL ,MEDIA_ROOT is as below in setting.py
setting.py
not sure where it goes wrong
http://server.com/admin/login/?next=/admin/
get the error - no such table : auth_user
already tried to create superuser
but get again error .
[lw]
django.db.utils.OperationalError: no such table: auth_user
[/lw]