Skip to content

sisitech/django-common-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Dynamic Stats

Contains Common modules across Django Rest projects

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "stats" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        "stats.apps.StatsConfig",
    ]
    
  2. Include the polls URLconf in your project urls.py like this:

    url("^exports/", include("stats.exports.urls")),
    
  3. Run python manage.py migrate to create the stats models.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages