Klurifixus / TheCornerForum

0 stars 1 forks source link

Data & Models (Blog app) #9

Closed Klurifixus closed 12 months ago

Klurifixus commented 12 months ago

lets focus on data and models now

Klurifixus commented 12 months ago

learning about what is data and models from udemy course

Klurifixus commented 12 months ago

next:

Klurifixus commented 12 months ago

set up post model in models.py

Klurifixus commented 12 months ago

set up tag, author models in models.py

Klurifixus commented 12 months ago

next: setup admin.py and register models

Klurifixus commented 12 months ago

author, post and tag registerd in admin, migration is made

Klurifixus commented 12 months ago

superuser created

Klurifixus commented 12 months ago

put some posts in the admin panel and tested them #8

Klurifixus commented 12 months ago

created class for posts in admin

Klurifixus commented 12 months ago

lets continiue in #10 with forms, files and sessions