Jump to content

Recommended Posts

Posted

Hi,

I have successfully set up a very simple Django project, following the description here: http://www.heliohost.org/home/features/languages/python

 

As a first test I am using a sqlite3 database that I have copied from my development environment, and I wanted to verify that I could access this database via the admin interface. I successfully logged on to it, however:

 

the issue is that when the admin interface loads, it can not find any of the "admin-files" (js, css etc).

 

My question is what is the correct reference to these files? I have tried to alter the ADMIN_MEDIA_PREFIX in the settings file, but so far with no success.

 

Thanks!

/eroteil

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...