work on page form; add image selector

This commit is contained in:
bkfox
2024-03-16 06:00:15 +01:00
parent c74ec6fb16
commit eb5bdcf167
29 changed files with 611 additions and 174 deletions

View File

@ -252,3 +252,6 @@ TEMPLATES = [
WSGI_APPLICATION = "instance.wsgi.application"
LOGOUT_REDIRECT_URL = "/"
REST_FRAMEWORK = {"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination", "PAGE_SIZE": 50}