Re: satchmo and django-admin-tools
> thanks for sharing, I'll try to understand it.
>
> where should I put this file? inside localsite?
>
> what admin template are you talking about? the admin tools or the plain
> admin?
dashboard's (it's part of admin_tools) admin/index template.
> I thought of using the admin tools templates and building from that, but all
> I got was noReverseMatch erros, looks like the INSTALLED_APPS order is
> significative and I don't understand it well.
well, I should probably just point you to this:
http://django-admin-tools.readthedocs.org/en/latest/index.html
and specifically this:
http://django-admin-tools.readthedocs.org/en/latest/quickstart.html
You probably didn't add dashboard to INSTALLED_APPS and you're
probably missing the urls as well.
> how can I configure it to ignore the satchmo admin templates?
and some of django's documentation as well..
https://docs.djangoproject.com/en/dev/ref/templates/api/#loading-templates
The short version is, usually, you put under
yourproject/templates/admin/index.html whatever template you want to
be used, but do go and read those docs
> btw, could I make all this work with grappelli? it seems I could enjoy some
> of the image uploading and wysiwyg editor
you can most probably make everything work with everything, I don't
know what grappelli is, bear in mind you might need to dig deep in the
admin templates to make javascript (specially jquery) play nice with
every app you use
--
"The whole of Japan is pure invention. There is no such country, there
are no such people" --Oscar Wilde
|_|0|_|
|_|_|0|
|0|0|0|
(\__/)
(='.'=)This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home