django-admin-user-stats

django-admin-tools dashboard modules with user registration stats
Download

django-admin-user-stats Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Mikhail Korobov
  • Publisher web site:
  • http://bitbucket.org/kmike/

django-admin-user-stats Tags


django-admin-user-stats Description

django-admin-tools dashboard modules with user registration stats django-admin-user-stats is a Djangi app that provides django-admin-tools dashboard modules with user registration stats/charts.Installation:Make sure django-admin-tools >= 0.4.0 is installed and thenpip install "django-qsstats-magic >= 0.6.1"pip install "python-dateutil==1.5"pip install "django-chart-tools >= 0.2.1"pip install django-admin-user-statsThen add 'admin_user_stats' and 'chart_tools' to INSTALLED_APPS.QuickstartImport RegistrationCharts dashboard module:from admin_user_stats.modules import RegistrationChartsthen and add it to dashboard's children:self.children += RegistrationCharts()go to admin and enjoy the result.Usage:RegistrationChartDashboard module with user registration charts (new users per day, week or month).To enable, import it:from admin_user_stats.modules import RegistrationChartand add to dashboard's children (or to modules.Group):self.children += RegistrationChart('New Users', interval='days', days=30)RegistrationChartsGroup subclass with 3 default children modules (new users per day, per week and per month).get_registration_charts()A function returning 3 default RegistrationChart instances.ContributingDevelopment of django-admin-user-stats happens at Bitbucket and Github: https://bitbucket.org/kmike/django-admin-user-stats https://github.com/kmike/django-admin-user-statsIf you don’t like Bitbucket, Github, Mercurial and Git you’re welcome to send regular patches.Bug tracker: https://github.com/kmike/django-admin-user-stats/issues Requirements: · Python · Django


django-admin-user-stats Related Software