Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Internet > HTTP (WWW)

    django-autoreports 0.8.4

    Download button

    No screenshots available
    Downloads: 233  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Yaco Sistemas | More programs
    LGPL v3 / FREE
    November 27th, 2011, 14:32 GMT [view history]
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-autoreports description

    Django application that lets you create reports

    django-autoreports is a Django app that autoreports is a Django application that lets you create reports in very Django Admin listing.

    Installation:

    Add the 'autoreports' app to your list of INSTALLED_APPS.

    Redefine 'admin/change_list.html' templates as follows:

    {% load adminmedia admin_list i18n autoreports_tags %} {# add auto_reports_tags #}

    {% block object-tools %}
     {% if has_add_permission %}
     < ul class="object-tools" >
     < li >
     < a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink" >
     {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
     < /a >
     < /li >
     {% autoreports_admin %} {# add this stuff #}
     < /ul >
     {% endif %}
    {% endblock %}


    By default it will takes 'list_display' fields to export in CSV. You can redefine it in every model admin you want:

    class FooModelAdmin(SearchForm):
     report_fields = ('name', 'description', 'category', ...)


    Development

    You can get the last bleeding edge version of autoreports by doing a checkout of its subversion repository:

    svn co https//svnpub.yaco.es/djangoapps/autoreports/trunk/autoreports


    Product's homepage

    Requirements:

    · Python
    · Django

    What's New in This Release: [ read full changelog ]

    · Removed error in en_US system
    · Display fields can contains a function instead

      


    TAGS:

    create reports | admin listing | Django | report | generator

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM