feat: implement blog features

This commit is contained in:
Konstantin 2024-02-29 21:13:03 +01:00
parent b93eabd429
commit 75662f9d98
28 changed files with 411 additions and 0 deletions

6
blog/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class BlogConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'blog'