Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 585 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 585 Bytes

TryDjango from freecodecamp.org

From youtube freecodecamp channel: Python Django Web Framework - Full Course for Beginners

This django project is a step-by-step practice, the source code is from CodingforEntrepreneurs.It introduces much common practice of Django Framework.The customized apps in the project include:

  • pages. This app aims to quickly go through from the url pattern to view controller,introducing some common settings running a app(service).