Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    django-memcached 0.1.2

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Eric Florenzano | More programs
    BSD License / FREE
    February 6th, 2009, 07:58 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-memcached description

    django-memcached is a very simple reusable app which does one simple thing: shows you statistics about your currently running memcached instances

    django-memcached is a very simple reusable Django application which does one thing: shows you statistics about your currently running memcached instances. There are no database models and not much configuration.
    Installing django-memcached

    1. Either download the tarball and run python setup.py install, or simply use easy install or pip like so easy_install django-memcached.

    2. Add django_memcached to your INSTALLED_APPS setting:

     INSTALLED_APPS = (
     # ...
     'django_memcached',
     )


    3. Add the urls to your url configuration:

     urlpatterns = patterns('',
     # ...
     (r'^cache/', include('django_memcached.urls')),
     )


    4. If you want to restrict these urls to only staff members, just add this setting to your settings file:

     DJANGO_MEMCACHED_REQUIRE_STAFF = True

    That's it. Hopefully this app gives you a little insight into how your memcached servers are being utilized.


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    memcached statistics | Django plugin | Django | memcached | statistics

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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