Closed Klurifixus closed 12 months ago
learning about what is data and models from udemy course
next:
set up post model in models.py
set up tag, author models in models.py
next: setup admin.py and register models
author, post and tag registerd in admin, migration is made
superuser created
put some posts in the admin panel and tested them #8
created class for posts in admin
lets continiue in #10 with forms, files and sessions
lets focus on data and models now