Releases: alt-cs-lab/ksu-events
Sprint 4.1
Updated from a.4.0 with small changes
Full Changelog: a.4.0...a.4.1
Sprint 4
Sprint Four from Iain Cline, Jake Kenslow, and Alex Whipple
This repository is designed to be a package that can be imported in to a KSU CS Events Django web app. This release created the model class for events and its corresponding unit tests, as well as the beginnings of the site's landing page.
What's Changed
Full Changelog: a.3.0...a.4.0
Sprint 3
Sprint Three from Iain Cline, Jake Kenslow, and Alex Whipple
This repository is designed to be a package that can be imported in to a KSU CS Events Django web app. As of this release the package will allow a user to login to our sample site through K-State auth and the resulting page will display the users username. This K-state auth functionality is now housed in this repo.
Events Package: Sprint 2
Sprint One from Iain Cline, Jake Kenslow, and Alex Whipple
This repository is designed to be a package that can be imported in to a KSU CS Events Django web app. As of this release the package will allow a user to login to our sample site through K-State auth and the resulting page will display the users username
Events Package: Sprint 1
Sprint One from Iain Cline, Jake Kenslow, and Alex Whipple
This repository is designed to be a package that can be imported in to a KSU CS Events Django web app. As of this release the package will simply import a HttpRequest that prints a 'hello world' message.