python - Django static text model -
python - Django static text model -
so have surveys application , there's main user dashboard. there can see surveys, new surveys, etc , there's static text.
what want create text not static - allow administrator edit it. options here. thought using flatpages app mean have write custom middleware pass context flatpages overload , writing custom app 2 static texts seems much work.
python django django-models django-middleware django-flatpages
Comments
Post a Comment