LICENSE
README.md
pyproject.toml
src/django_site_blog.egg-info/PKG-INFO
src/django_site_blog.egg-info/SOURCES.txt
src/django_site_blog.egg-info/dependency_links.txt
src/django_site_blog.egg-info/requires.txt
src/django_site_blog.egg-info/top_level.txt
src/siteblog/__init__.py
src/siteblog/admin.py
src/siteblog/apps.py
src/siteblog/models.py
src/siteblog/urls.py
src/siteblog/views.py
src/siteblog/locale/pl/LC_MESSAGES/django.mo
src/siteblog/locale/pl/LC_MESSAGES/django.po
src/siteblog/migrations/0001_initial.py
src/siteblog/migrations/__init__.py
src/siteblog/templates/siteblog/article_detail.html
src/siteblog/templates/siteblog/base.html
tests/test_admin.py
tests/test_apps.py
tests/test_models.py
tests/test_views.py