Course Description
Thank you for visiting to First simple BBs with django.
This is the lesson of django and Python for beginners. We will create very very simple BBS in practice. You can learn about templates system and customizing of administration page. And also learn how to retrieve the data from database.
If you do not have basic knowledge of Python, don't worry ! I'm going to teach you about it in the first section.
You are able to learn basic knowledge to handle some data on django in this lecture. Take it easy ! Enjoy learning!
<OUTLINE>
<Python>
What is Python?
Print method
variable and string
while syntax
for syntax
list
conditional judgment with if syntax
conditional judgment by strings
<django>
create a project
admin page
create a model
customize admin page
Bootstrap
templates and views
get a content of post
list of posts
create a form
function to post
What are the requirements?
Computer which Python is installed (If you have Mac, you can use Python on your Mac)
The basic skills of computer
What am I going to get from this course?
Over 18 lectures and 1.5 hours of content!
Learn how to customize an administration page
Learn how to create a model
Learn how to generate a form for posting
Learn how to retrieve a data from database
What is the target audience?
The person who want to learn how to generate a form and customize
The person who want to learn how to handle a data in django
No comments:
Post a Comment