Skip to content

Latest commit

 

History

History
153 lines (122 loc) · 4.54 KB

validator.md

File metadata and controls

153 lines (122 loc) · 4.54 KB

Python Validation

Bag App

Views

BagViews

Urls

BagUrls

content

BagContent

Apps

BagApp

Blue Ocean App

asgi file

BlueOceanasgi

settings

BlueOceanSettings There is an issue in this file that the lines for auth_password_validators are too long, i opted to keep these as there was no way I could make this code shorter without affecting functionality

wsgi file

BlueOceanwsgi

urls

BlueOceanUrls

Checkout app

views

checkoutviews

urls

checkouturl

admin

checkoutadmin

forms

checkoutforms

app

checkoutapp

models

checkoutmodels

signals

checkoutsignals

webhook handler

checkoutwhhandler

webhooks

checkoutwh

Contact

urls

contacturl

views

contacturl

models

contacturl

forms

contacturl

app

contacturl

admin

contacturl

home

apps

homeapp

views

homeapp

urls

homeapp

products

views

products_views

urls

productsurls

models

productsmodels

apps

productsapps

admin

products_views

Profiles

app

profileapp

urls

profileapp

form

profileapp

views

profileapp

model

profileapp

Staff

app

staffapp

urls

staffurls

forms

staffform

widgets

staffwidget

Wishlist

urls

wishurl

views

wishurl

model

wishurl

app

wishurl

admin

wishurl

CSS Validation

base.css

basecss

checkout.css

checkoutcss

JS Validation

Products

ProductJS

Add tour

addtourJS

Base.html Survey Monkey

baseJS The issue with this code is due to the imported code segment from Survey monkey. I opted not to change this

Bag

ProductJS

Quantity Input

QuanitityJS

Stripe

StripeJS

HTML Validation

I ran all of the html pages through w3 validators. I used this information to fix the code where possible. There are still a lot of errors in the html as a result of using django and jinja. There are lots of issues that reference non-existant trailing slashes or saying that the type attribute is unnecesarry for css or js files. This is not something that I was able to fix.