You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use uwsgi to run my django server.
In order to open silk admin panel properly the static files of silk must be copied to static folder, or i fixed this issue like that.
Is there simething I miss? or do we always need to copy the files
The text was updated successfully, but these errors were encountered:
@utkuyaman Hi, yeah unless you're using Django's built-in static app to serve static files (which they do not recommend for production use) you must copy static files to the static folder.
If you run manage.py collectstatic, it will usually go through your INSTALLED_APPS and perform this copying for you automatically.
I use uwsgi to run my django server.
In order to open silk admin panel properly the static files of silk must be copied to static folder, or i fixed this issue like that.
Is there simething I miss? or do we always need to copy the files
The text was updated successfully, but these errors were encountered: