Note that there are some explanatory texts on larger screens.

plurals
  1. POmy django admin page don't have the css when viewed over the apache server
    primarykey
    data
    text
    <p>I just finished to serve my pages on the internet through apache. I can see my webpage nicely, but when I try the admin, the django admin page don't have the css with it, just the html page. But my webpage's css are displaying nicely. Thank you!</p> <p>my http.conf snippet:</p> <pre><code>WSGIPythonPath C:/Users/robin/web/etc/etc &lt;Directory C:/Users/robin/web/etc/etc&gt; &lt;Files wsgi.py&gt; Order deny,allow Allow from all &lt;/Files&gt; &lt;/Directory&gt; #Alias /robots.txt /path/to/mysite.com/static/robots.txt #Alias /favicon.ico /path/to/mysite.com/static/favicon.ico AliasMatch ^/([^/]*\.css) C:/Users/robin/web/etc/etc/static/styles/$1 #Alias /media/ /path/to/mysite.com/media/ Alias /static/ C:/Users/robin/web/etc/etc/static/ &lt;Directory C:/Users/robin/web/etc/etc/static&gt; Order deny,allow Allow from all &lt;/Directory&gt; #&lt;Directory /path/to/mysite.com/media&gt; #Order deny,allow #Allow from all #&lt;/Directory&gt; WSGIScriptAlias / C:/Users/robin/web/etc/etc/etc/wsgi.py &lt;Directory C:/Users/robin/web/etc/etc/etc&gt; &lt;Files wsgi.py&gt; Order allow,deny Allow from all &lt;/Files&gt; &lt;/Directory&gt; </code></pre> <p>my settings snippet:</p> <pre><code>STATIC_ROOT = 'C:/Users/robin/web/etc/static/' STATIC_URL = '/static/' </code></pre> <p>I have made a different directory for the static, and have already directed django to the dir where to find static. I have edited and added the setting's snippet above, kindly check it. And have run the <code>collectstatic</code> command, and it has created three directories - admin, css and images. And copied all the statics from the project to that directory, even the admin's css and images in the admin dir. And the server is also displaying my project's css nicely. But not of the admin's css. What am I missing? Please guide me.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload