eroteil Posted August 14, 2012 Posted August 14, 2012 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 Quote
gridbuilder Posted August 18, 2012 Posted August 18, 2012 have you read Django's documentation.. Go through it once and i assure you you wont have any problem after thathttps://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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.