Skip to content

Releases: alt-cs-lab/ksu-events

Sprint 4.1

18 Nov 17:07
Compare
Choose a tag to compare

Updated from a.4.0 with small changes

Full Changelog: a.4.0...a.4.1

Sprint 4

18 Nov 09:18
c5e7c71
Compare
Choose a tag to compare

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

01 Nov 15:44
Compare
Choose a tag to compare

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

21 Oct 02:58
Compare
Choose a tag to compare

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

09 Oct 15:21
Compare
Choose a tag to compare

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.