Congratulations on making it nearly to the end of this section! Here’s what you did:
- Used the Django ORM in the shell and in views.py
- Learned about primary keys (pk)
- Used angle brackets in your urls.pypath objects in order to be able to capture specific parts of a URL and pass them forward as arguments
- Used an int:path converter to verify the URL path’s datatype
- Defined proper namespaces for linking and reverse URL matching
- Passed objects inside URL template tags
- Debugged the NoReverseMatcherror
- Learned about template inheritance
- Styled with Bootstrap
- Made the site mobile responsive
- Used the Django admin interface
On top of all that, you also have a functioning portfolio site that you can show to potential employers!

 
       
        
Paul on Nov. 1, 2019
Thanks for the awesome course martin!