django-flatpages-i18n
django-flatpages-i18n copied to clipboard
Translatable version of django.contrib.flatpages
Results
2
django-flatpages-i18n issues
Sort by
recently updated
recently updated
newest added
Hi. I'm looking for **flat**pages with i18n support, and I've found this project. And I'm curious why it is called "flatpages", because I see dependency on MPTT and I see...
When I try to use Ckeditor field widget, like this: ``` from django import forms from django.contrib import admin from django.utils.translation import ugettext_lazy as _ from django.conf import settings from...