Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static files not found problem #41

Closed
utkuyaman opened this issue Nov 5, 2014 · 2 comments
Closed

static files not found problem #41

utkuyaman opened this issue Nov 5, 2014 · 2 comments

Comments

@utkuyaman
Copy link

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

@mtford90
Copy link
Collaborator

mtford90 commented Nov 5, 2014

@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.

@utkuyaman
Copy link
Author

I wasn't aware of that command, it worked.
thanks.

pablodiazgutierrez pushed a commit to appfluence/django-silk that referenced this issue Oct 18, 2020
* Update CHANGES

* Only call self.obj.save() from self.save()

* Update CHANGES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants