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
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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now