Jump to content

Django Admin Files - What Is The Correct Location


Recommended Posts

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

Link to comment
Share on other sites

have you read Django's documentation.. Go through it once and i assure you you wont have any problem after that

https://docs.djangoproject.com/en/1.4/ref/contrib/admin/

it may be boring but try to read as faithfully as possible. you may even explore additional options... :rolleyes: :D

Link to comment
Share on other sites

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