Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcraig/headcounts-web
A little app to display course enrollments in a sensible way
https://github.com/mwcraig/headcounts-web
Last synced: 30 days ago
JSON representation
A little app to display course enrollments in a sensible way
- Host: GitHub
- URL: https://github.com/mwcraig/headcounts-web
- Owner: mwcraig
- Created: 2014-12-23T18:11:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T21:05:54.000Z (over 2 years ago)
- Last Synced: 2023-03-22T14:24:28.755Z (over 1 year ago)
- Language: Python
- Homepage: http://headcounts.herokuapp.com
- Size: 12.1 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
headcounts
**********headcounts is a simple web app for displaying (reasonably) up-to-date
enrollments in courses at `Minnesota State University Moorhead`_ for the
current semester. You can check it out here:
`http://headcounts.herokuapp.com `_.
It is `deployed on heroku`_ but is based on the `anaconda
python distribution`_ and `conda`, which doesn't use ``virtualenv``. The
magic to make this work is the `conda buildpack for heroku by Kenneth Reitz`_ (thanks
@kennethreitz)... _Minnesota State University Moorhead: http://www.mnstate.edu
.. _deployed on heroku: http://headcounts.herokuapp.com
.. _anaconda python distribution: https://store.continuum.io/cshop/anaconda/
.. _conda buildpack for heroku by Kenneth Reitz: https://github.com/kennethreitz/conda-buildpack