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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...