hi there,
i have a litle problem in bringing my app to admin. the thing is, i
dont use models, so the talk about 'setting.py' would be wasty. what i
dont understand is how to override the app_index.html and where to put
it sothat my app can be seen in admin page..
i give the code of app_index.html
{% extends "admin/index.html" %}
{% load i18n %}
{% if not is_popup %}
{% block breadcrumbs %}
<div class="breadcrumbs"><a href="..../">
{% trans "HOME" %}</a>
{% for app in app_list %}
{% blocktrans with app.name as name %} {{ name }} {% endblocktrans %}
{% endfor %}</div>{% endblock %}
{% endif %}
{% block sidebar %}{% endblock %}
where should i change and where to put this file..?
best thanks,
doni
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.