You cannot post messages because only members can post, and you are not currently a member.
|
Where's the media?
|
| |
I have 1.4.5 installed (using pip install) on a (new version) of a
site. Contrary to what we got with 1.0.7, and contrary to the on line
documentation, no "media" subdirectory gets installed (and the admin
doesn't work without it).
Is this a problem with the pypi package? Or should I be finding this... more »
|
|
django page cms - content??
|
| |
Hi all,
I'm extremely new to django, python etc and i'm trying to create a
website. I've used a django/admin page before which my colleague had
created and it contained "Pages" and "Navigation". Within pages you
placed the content and within nagivation you determined which "tabs"
you had across the top of the website which linked to "pages". I came... more »
|
|
export to JSON
|
| |
I'm working on this feature. Comments requested. There will be a new admin action "Export to JSON" that will export the latest content from all the pages selected in the admin list view. There will be a new file upload widget and "Import from JSON" button at the bottom of the admin view that will update or create all the... more »
|
|
export to JSON file
|
| |
(I guess I've been talking to myself this past few days. Here's an
update)
I'm working on this feature. Comments requested.
[link]
This adds a new admin action "Export to JSON" that will export the
latest content from all the pages selected in the admin list view.... more »
|
|
VideoWidget
|
| |
Hello. I am wondering if there an sample on how to use the VideoWidget? Thanks, Ujjwal
|
|
Supporting multiple envionments
|
| |
Hello. I am wondering if there is a way to support a workflow where the content is entered/stored in a development/test environment and exported-imported into a production environment. I want to provide a safe environment to create/edit content and then simply it push it out to production. Any ideas?... more »
|
|
specify the permission needed to access a page
|
| |
Hi all, what's the best way to limit the access to a page created with gerbi to a group of users? I'd like to specify the needed permission from the admin. Any other people interested to this feature? Regards, Sergio
|
|
Adding readonly fields
|
| |
I've added some additional fields to models.py and updated admin/__init__.py so they show up on the admin pages. This all works fine. However, I want to show one of these fields as a readonly field using the readonly_fields option. However, when I add this in, the field value shows up as a dictionary of the field parameters e.g. {'label': 'My field',... more »
|
|
localization - how to contribute?
|
| |
Hello, After browsing the github code, I found out that my version - which comes from pip - is too old. In github ([link]) there is already a locale directory. Still, please inform me how I can contribute to this project. Should I clone the project and then issue a pull request?... more »
|
|
|