Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages