-
I just wonder if there's an option to keep the format (e.g. white spaces, tabs, etc) in the `pre` tag.
Thanks!
-
I ran the "developer" install script and it seemed to work but threw a bunch of errors when it tried to run manage.py.
Get the install script:
```
wget -O - https://github.com/django-leonardo/…
-
Hi,
I'm trying to use django-ckeditor-5 with [django-content-editor](https://github.com/feincms/django-content-editor/)
This plugin provide the ability to create multiple blocks of content, wit…
-
I setup Ubuntu 14 32-bit Server edition in VirtualBox. I installed git and virtualenv.
Then I ran the one-liner. Below is the output. Many warnings a few errors and it hangs on the last error.
…
-
Hi,
I'm using django-content-editor to create some "pseudo-static" pages into a site, and I've an issue when I create a RichText into a page.
**I've only one region in the page - `main`**
+ …
-
I have a custom Page model.
```python
from feincms.models import create_base_model
from mptt.models import MPTTModel
class Location(create_base_model(MPTTModel)):
# ... other things
```
…
-
In my opinion we should make changes to make recently introduced RichTextField easily reused outside FeinCMS inlines.
Main reason is avoiding duplication of code needed to setup TinyMCE (or other r…
-
Hello.
Is there a way to make `django-admin-sortable2` work with `django-mptt`?
They have different approach of ordering and use
```
class MPTTMeta:
order_insertion_by = ['name']
``…
-
Python: 3.4
Django: 2.0.6
#############################################################
Full error:
Internal Server Error: /forms/fobi/wizard/edit/2/
Traceback (most recent call last):
…
-
Hi, I am getting next error:
render() got an unexpected keyword argument 'renderer'
This is the information I got:
`
Exception Location: | /home/myuser/myEnvironments/my_django_env/lib64/python3…