repos

blog.bythewood.me-wagtail

mirror archived upstream

Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.

blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack

167 B · 8 lines · Python Raw History
1from django.apps import AppConfig
2
3
4class AdminConfig(AppConfig):
5    default_auto_field = 'django.db.models.BigAutoField'
6    name = 'admin'
7    label = 'blog_admin'