Skip to content

buildingenergy/seed_demo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-stats-app with Django

install the stats app

pip install -e git+https://github.com/buildingenergy/seed_demo_app.git#egg=seed_demo_app

add stats to your Django setting's INSTALLED_APPS:

INSTALLED_APPS += ('stats',)

add stats to your url routes:

url(r'stats/', include('stats.urls', app_name='stats')),

go to /stats/ in your browser...

that's it!

table

About

demo app for SEED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages