Skip to content

kudrinyaroslav/my_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

g my first django_project that I did myself

tables

user - take from django post - post table comment - comment table

poles

post - title, body, publish_date, published, author(user) comment - body, author(user), publish_date

data_types

post_title - Char post_body - Text post_publish_date - datetime post_published - bool post_author - foreigh key (user) comment_body - text comment_author - foreigh key (user) publish_date - datetime

About

my_blog for personal using

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published