Admin Site: how to add apps with no db model?
Hi,
on my "homepage" app i have some helper classes//scripts that are
responsible for doing some specific "ADMIN" tasks:
for example:
- download rss files from a list of sources
- store the rss (downloaded infos) info in a table
- find some specific words and add on the "tags" table
- ...
right now i have a script that does that for me, but every time i need
run it, i have to run it by hand (via terminal).
There is a way to add it on the Admin Site like we do with the models?
i.e.: "admin.site.register(ModelClass)" or something like this ?
Thanks
--
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