add: настройки типографа (01)

This commit is contained in:
2025-12-31 16:20:18 +03:00
parent 3a6848a630
commit 5a2deec357
5 changed files with 147 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
from django.contrib import admin
from django.urls import path, include
# from etpgrf_site.etpgrf.typograph import Typographer
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('typograph.urls')),