Alastair-W / sports_orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Clone this repo for the CodingDojo Sports ORM assignments in the Django Level 2 curriculum.

git clone https://github.com/madjaqk/sports_orm.git

When you python manage.py runserver and naviate to localhost:8000, you should see a list of leagues, teams, and players. Modify apps/leagues/views.py and/or apps/leagues/templates/leagues/index.html to change the displayed list.

####Questions:

Simple finds

ForeignKey relationships

ManyToMany relationships

About


Languages

Language:Python 57.6%Language:HTML 42.4%