bahiyyah-4 / LAB_DJANGO_ORM_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAB_DJANGO_ORM_1

Using what you learned , Create a Blog website .

  • Users can read the blog posts.
  • Users can Add a blog post.

Create model Post , it should have the following attributes :

  • Title : char field
  • Content : text field
  • is_published : boolean field
  • publish_date : datetime field

About


Languages

Language:Python 57.5%Language:HTML 42.5%