kchow3 / CMPUT404LAB5_W2016

Seed repository for CMPUT 404, Lab 5. Winter 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMPUT404LAB5_W2016

Seed repository for CMPUT 404, Lab 5. Winter 2016.

Overview

This project builds off of the Lab 4 code, specifically up to step 30 of the Lab 4 instruction PDF. A base template has been added and some static css and js files have been setup.

Learn basic html and css stylings. Incorporate these changes into the Django polls application.

Setup

  1. Fork this repository by clicking the fork button in the top right corner.
  2. Check out your forked copy of the repository.
  3. Initialize and activate your virtual environment.
  4. Pip install the requirements from the requirements.txt file.

License

The MIT License (MIT)

Copyright (c) 2016 Alexander Wong

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Seed repository for CMPUT 404, Lab 5. Winter 2016.

License:MIT License


Languages

Language:Python 81.9%Language:HTML 17.8%Language:CSS 0.4%