Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 458 Bytes

SWPP Practice Session #6

Due: 10/16 (Fri), 21:00

Today's Task

  1. Fork this repo.
  2. Implement today's tasks (total 3)
  3. Send PR to this repo's master branch.

Note that you need to start from the project generation. (No skeleton code) Run django-admin startproject toh on the root of this repo.

git clone https://github.com/{YOUR_GITHUB_ID}/swpp2020-django-practice.git
cd swpp2020-django-practice
django-admin startproject toh