Django CMS + commerce solutions

2022-04-18 Thread Michael Powell
Hello, I am coming at django, CMS, and question of available, featured commerce libraries from an .NET, dotnet core, CSharp, OrchardCore, OrchardCore CMS, OrchardCore.Commerce background. I am also somewhat familiar with what Python, django (in general), CMS, are. What I am curious about are

Re: Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Andréas Kühne
Hi Joel, I don't think you need to incorporate django cms for that use case. You would be better just to add a HTML editor of some sort and then saving the HTML in the database. That way you don't need to open up django admin for the cms handling either? At least that's the wa

Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Joel Tanko
Hey guys, So I have this django project that works similar to shopify(only on a smaller scale) that allows local businesses to open and manage their online stores - made possible by the django app. I decided it would be a good idea to let the store owners (or merchants) send emails from their admin

Re: Confused...Django vs Django CMS/Wagtail and value of 'CMS' vs plain Django framework?

2020-06-08 Thread Roger Gammans
Hi Move Wagtail and and Django-CMS are applications you install in your INSTALLED_APPS setting settings.py to add CMS functionality to a Django project, so you can use these applications as you only app in django projects, or alongside your own custom apps, or other downloaded apps. Django cms

Confused...Django vs Django CMS/Wagtail and value of 'CMS' vs plain Django framework?

2020-06-06 Thread fire base
I had seen references to Wagtail and now Django CMS is there any reason why I should switch to Django CMS vs just continue building in Django framework? If there are good reasons to refactor/switch, can I simply import models/views/urls/forms, or some such, into Django CMS or Wagtail? Can I add

Re: Where is in django-cms venv folder exactly I can find edit and structure panel source code in pycharm IDE?

2020-03-17 Thread John McClain
inistration page in pycharm . > "View published" and "publish changes" button code in django cms > adminstation panel in pycharm after installing django cms in pycharm > through terminal. My New Created page is where is saving I can't > understand.After creat

Where is in django-cms venv folder exactly I can find edit and structure panel source code in pycharm IDE?

2020-03-17 Thread RAJ
How to see dajngo CMS all source code of administration page in pycharm . "View published" and "publish changes" button code in django cms adminstation panel in pycharm after installing django cms in pycharm through terminal. My New Created page is where is saving I can

Re: How to get children in Django-CMS

2020-03-13 Thread WrapTheCode
I found a solution. Maybe someone else will get help. {% for child in request.current_page.get_child_pages %} > {{ child.get_menu_title }} > {% page_attribute "meta_description" child %} > {% endfor %} > -- You received this message because you are subscribed to the Google Groups "Django users"

How to get children in Django-CMS

2020-03-12 Thread WrapTheCode
; {{ child.title }} > {{ child.description }} > {% endfor %} > This code gives me all pages in project(i want only children of services page) and no descriptions. Thank you very much for any help. //Django-CMS -- You received this message because you are subscribed to the Google Groups

Re: Django CMS

2019-12-25 Thread Kyl Francis
Me too Le mer. 25 déc. 2019 à 8:48 PM, viho kochoedo a écrit : > Hello, > I want to know more about Django CMS. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop re

Re: Django CMS

2019-12-25 Thread Karan Mittal
https://data-flair.training/blogs/django-cms/ Check out this link. Regards Karan Mittal On Thu, 26 Dec, 2019, 1:18 AM viho kochoedo, wrote: > Hello, > I want to know more about Django CMS. > > -- > You received this message because you are subscribed to the Google Groups > &q

Django CMS

2019-12-25 Thread viho kochoedo
Hello, I want to know more about Django CMS. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Dear Perceval Maturure Thank You very much for your email reply. May GOD bless you. On Mon, Nov 25, 2019 at 2:24 AM Perceval Maturure wrote: > Yes, it’s called installing Django cms by Hand > http://docs.django-cms.org/en/latest/how_to/install.html > > > > Sent from my iP

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Yes, it’s called installing Django cms by Hand http://docs.django-cms.org/en/latest/how_to/install.html Sent from my iPhone > On 24 Nov 2019, at 21:19, Ankita Gupta wrote: > >  > > >> On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure >> w

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Ankita Gupta
On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure wrote: > > Django cms is much simpler. There is also good documentation to “install > Django cms by hand” > Hey! Can we insert django-cms in already made Django based projects.? Is this possible.? > &

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Django cms is much simpler. There is also good documentation to “install Django cms by hand” Sent from my iPhone > On 24 Nov 2019, at 19:52, Balaji Shetty wrote: > > Hi > > If I want to develop website in Django. > > Which ones I should prefer > Wagtail or Djang

Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Hi If I want to develop website in Django. Which ones I should prefer Wagtail or Django CMS or Mez Kindly reply -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I&T Nanded. My. India -- You received this message because you are subscribed to the Google Groups "Django users&q

Integration of Django-cms site with django blog

2019-11-21 Thread হজমুলা খান
Hi Recently I have made a website with django-cms and another blog site with django. Now I want to integrate Django blog site with one of the pages of Django-cms’s site. Should I use aaphook or djangocms-blog? I am a new learner of Django. I am little bit confused on which way I should go

Re: Django cms and templates

2019-09-19 Thread MEGA NATHAN
Hi. you check app name 127.0.0.8/app name *Regards* Meganathan G On Thu, Sep 19, 2019 at 4:30 AM Perceval Maturure wrote: > Dear all > > I have a django project done with Django 2.1 and successfully made an > apphook to the cms page bt the problem is that the template file does not >

Django cms and templates

2019-09-18 Thread Perceval Maturure
Dear all I have a django project done with Django 2.1 and successfully made an apphook to the cms page bt the problem is that the template file does not display model data unless if I remove the syntax { %extends base.html %} at the top of the template html file What could be causing this? Plea

Django Apphook on Django cms 3.6.0

2019-09-06 Thread Perceval Maturure
Hi All , I have been battling with the apphooks in integrating my apps for some weeks, in advanced menu I can select the app on the drop down of the cms page but the cms page I hook my app does not display model data. What could be the problem? I’m using Django 1.11.23 and Django cms 3.6.0 Please

Apphook to a django cms page

2019-08-12 Thread Perceval Maturure
Dear Django users. i am looking for a more straightforward tutorial or notes to perfom an aphook of my app to the django cms page. I cannot pick the app on the dropdown menu in my cms pages. Please below cms_app.py. # from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool

Issue in upgrading Django-cms 3.4.2 to 3.6.0

2019-06-16 Thread Manabendra Sarkar
Hi, Please find the issue details below. I am upgrading my website from *python2.7, django1.8.17, django-cms 3.4.2* to *python2.7, django1.1.21, django-cms 3.6.0* when I run *python manage.py runserver* It gives me following error. *django.template.library.InvalidTemplateLibrary: Invalid

Re: django cms beginner app issue

2019-03-26 Thread Keegen Knapp
so I'm missing a line of code in my models.py? On Tuesday, March 26, 2019 at 7:09:59 AM UTC-5, Avraham Serour wrote: > > you model doesn't have app_config > > On Tue, Mar 26, 2019 at 1:07 AM Keegen Knapp > wrote: > >> I'm trying to write a custom app where you can add new plants in the >> admi

Re: django cms beginner app issue

2019-03-26 Thread Avraham Serour
you model doesn't have app_config On Tue, Mar 26, 2019 at 1:07 AM Keegen Knapp wrote: > I'm trying to write a custom app where you can add new plants in the > admin. Then create a list view, category view and detailed view. You can > see my error and code below. Any help is greatly appreciated!!

Re: django cms beginner app issue

2019-03-26 Thread Keegen Knapp
sorry, that doesn't make sense. maybe that was meant for a different post? On Monday, March 25, 2019 at 6:58:01 PM UTC-5, LIGHTNING OMEGA 2 636 wrote: > > Just letting you know that, I've read msg and reviewed you code. Although > these are interview objects, it uses word tokens. Key words suc

Re: django cms beginner app issue

2019-03-25 Thread LIGHTNING OMEGA 2 636
Just letting you know that, I've read msg and reviewed you code. Although these are interview objects, it uses word tokens. Key words such as those used in this code are handled well by utilizing Natural Language Processing (NLP) methods. Mapping and Regular Expressions (Regex) do alot of the

django cms beginner app issue

2019-03-25 Thread Keegen Knapp
I'm trying to write a custom app where you can add new plants in the admin. Then create a list view, category view and detailed view. You can see my error and code below. Any help is greatly appreciated!! Error - [image: Screen Shot 2019-03-25 at 11.25.09 AM.png] models.py - from django.db

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-06 Thread TimT Vogt
Django cms has drag an drop backend https://control.divio.com/demo/get-new/ Tim Officerebels.nl Verstuurd vanaf mijn iPhone > Op 4 jul. 2018 om 21:51 heeft Brandon het volgende > geschreven: > > Hello Carlo, > > How can you tell the difference? > Unless I am looking

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-05 Thread Brandon
Thanks guys you guys are super awesome!! Really appreciate you. It looks like it's just DJango. Curious how involved is installing Django CMS? Is it relatively fast, as a plugin install or is there are lot more to it? Also concerned if it would affect the Maria dB or any contnet. On Thu

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-05 Thread Chematronix Quarantamila
Like Jason says, you can look for the CMS module in the admin, like in the image you posted (though it's called Django CMS and not just CMS in recent versions, and my setup has more plugins/options and a prettier theme), or for occurrences of "aldryn", "divio" or "

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-05 Thread Jason
The CMS section in that screenshot is a clue. On Wednesday, July 4, 2018 at 3:51:03 PM UTC-4, Brandon wrote: > > Hello Carlo, > > How can you tell the difference? > Unless I am looking at the google images incorrectly, they look very > similar. > > Here's

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-04 Thread Brandon
Hello Carlo, How can you tell the difference? Unless I am looking at the google images incorrectly, they look very similar. Here's the image from the Django CMS documentation: http://docs.django-cms.org/en/release-2.4.x/getting_started/tutorial.html <https://lh3.googleusercon

Re: Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-04 Thread Carlo Ascani
Il giorno mer 4 lug 2018 alle ore 19:00 Brandon ha scritto: > > There's a site that a friend needed looking into, He's just the Marketing guy > so he wouldn't know for sure. > I get the feeling the site was created with Django and NOT Django CMS, is > there any way

Is there a way to find out if a Django site is built with Django CMS looking trough the source code?

2018-07-04 Thread Brandon
There's a site that a friend needed looking into, He's just the Marketing guy so he wouldn't know for sure. I get the feeling the site was created with Django and NOT Django CMS, is there any way to tell without having access to the back-end? Thank you in advance. -- You receiv

Django-cms KeyError at /en/cms_wizard/create/

2017-07-26 Thread IaMtheMcee
Hi, I'm getting this error when i try to create a new page. here's the traceback.. any ideas on how to fix this? Environment: Request Method: GET Request URL: http://127.0.0.1:8000/en/cms_wizard/create/?language=en Django Version: 1.11.3 Python Version: 3.6.0 Installed Applications: ('djangocm

Problems with same page scroll plugin in django-cms

2016-03-09 Thread dev . fekioh
ion here <https://stackoverflow.com/questions/35579636/problems-with-same-page-scroll-plugin-in-django-cms> (asked on stackoverflow but no answer...) Any tips welcome. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsu

django CMS 3.2 is now available

2015-11-25 Thread Daniele Procida
Hello, we released django CMS 3.2 last night, which we are very excited about. There are lots of new improvements and functionality, but we think we have a Django first: a CMS with (near-complete) touch-screen support, not just for published websites, but for all the editing interfaces. (It

Django Cms 3.1.3 Search Using Haystack

2015-11-06 Thread nAncy sharma
Hi there, I am working with django cms 3.1.3 to build a website. I am trying to add functionality of "SEARCH" to the website .Tried using haystack with elasticsearch,whoosh,simple,xapian for which i followed the haysatck documentaion. Still unsuccessful in achieving the functionalit

Re: Django CMS or Wiki?

2015-08-24 Thread guettli
A static content generator is what I use up to now. I want to alter the site from every web enabled device (pc or tablet). Am Montag, 24. August 2015 14:30:07 UTC+2 schrieb Shawn Milochik: > > On Mon, Aug 24, 2015 at 2:49 AM, guettli > > wrote: > >> >> Has someone an advice which django applic

Re: Django CMS or Wiki?

2015-08-24 Thread Shawn Milochik
On Mon, Aug 24, 2015 at 2:49 AM, guettli wrote: > > Has someone an advice which django application could be used? > > Regards, > Thomas Güttler > > Why does it have to be a Django application? Static site generators such as Hugo and Pelican are very popular, especially for things like blogs. Th

Re: Django CMS or Wiki?

2015-08-24 Thread Avraham Serour
Django cms feels like a framework for building your own cms, it has many things that will help you to build your own system and it is very flexible mezzanine is a finished product, it is highly configurable but it may be harder to customize (but always possible) On Mon, Aug 24, 2015 at 10:47 AM

Re: Django CMS or Wiki?

2015-08-24 Thread Avraham Serour
asy. > > On the other hand django cms seems to be a widespread application and it > could be > a solid ground for a homepage. > > The content is quite simple. Some pages with some pictures. > > I do software development with django since several years. > > But for my per

Django CMS or Wiki?

2015-08-23 Thread guettli
I am unsure which application I should use for my personal homepage. At work we use a wiki and I like it a lot, since you can edit the content very fast and linking between pages is very easy. On the other hand django cms seems to be a widespread application and it could be a solid ground for

Django CMS/ Framework for Banking /Financial service

2015-06-02 Thread Swapnil Bhadade
Which are Django packages for full stack development of an e-banking web app based on P2P model. Any resources / frameworks would be of help. Best -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

The django CMS Network

2015-04-02 Thread Daniele Procida
Dear django CMS friends, You might be interested in the django CMS Network. There's a preview at <http://aldryn.com/en/network/> but it will be appearing on django-cms.org soon too. It hasn't officially been launched yet, but will be publicly available in the next week or

Django CMS 3.0.12 Released!

2015-03-04 Thread Martin Koistinen
*Django CMS 3.0.12 Released!* This quick-cycle release fixes a regression discovered by a user shortly after the release of 3.0.11. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Django CMS 3.0.11 Released!

2015-03-04 Thread Martin Koistinen
*Django CMS 3.0.11 Released!* This is mostly a bug-fix release, but there's at least one very interesting thing added: better support for using the same application in multiple apphooks! Using this combined with aldryn-apphooks-config () you can use a single app in multiple places in

Re: Django CMS

2014-11-10 Thread Sergiy Khohlov
gt;> >>> Hi guys, >>> >>> I was hoping that someone could help me out with the following. I m >>> currently trying to access Djang CMS for the first time. I have been >>> following the steps on this page >>> <https://www.digitalocean.com/co

Re: Django CMS

2014-11-10 Thread Niall
ollowing the steps on this page >> <https://www.digitalocean.com/community/tutorials/how-to-set-up-and-install-django-cms-on-a-debian-7-or-ubuntu-13-vps> >> but >> it turns up with this error when I run the server and load int he browser. >> >> Would apprecia

Re: Django CMS

2014-11-09 Thread Sergiy Khohlov
; following the steps on this page > <https://www.digitalocean.com/community/tutorials/how-to-set-up-and-install-django-cms-on-a-debian-7-or-ubuntu-13-vps> > but > it turns up with this error when I run the server and load int he browser. > > Would appreciate any tips p

Re: django-cms apphook urls don't work with reverse() using Python shell

2014-08-19 Thread Ramiro Morales
On Tue, Aug 19, 2014 at 8:14 AM, Philipp wrote: > [...] > > This is my urls.py file: > > urlpatterns = patterns('', > url(r'^(?P[\w\-]+)?', ArticleView.as_view(), > name='article-by-slug'), > ) > > [...] reverse('article_app:article-by-slug', kwargs={'slug': a.slug}) Try with:: reve

django-cms apphook urls don't work with reverse() using Python shell

2014-08-19 Thread Philipp
Hi everyone, I've created a django CMS apphook. Unfortunately I'm not able to reverse apphook urls using the Python shell. The cms_app.py file looks like: class ArticleApp (CMSApp): name = _('Article App') app_name = 'article_app' urls = ['art

django-cms context_processors.media has been deprecated

2014-04-03 Thread Tameen Malik
This below command errors generates when i run my program with this command python manage.py runserver /usr/local/lib/python2.7/dist-packages/cms/context_processors.py:20: DeprecationWarning: cms.context_processors.media has been deprecated in favor of cms.context_processors.cms_settings

help with django-cms install for existing django site

2014-03-12 Thread eric . frost
hi folks! I've been struggling getting django-cms to work properly in an exising django site. Would someone be willing to work with me on a paid basis? You would just connect to my machine, I'd show you where everything is, etc. Maybe it would just take an hour or two initially, but

Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-23 Thread Mark Moss
Thanks Tim for pointing the risks. By the way, the production VMs that are activated for actual customers have Debug=Off. Moreover, the demo VM is rebuilt every few hours to avoid any negative tweaking. -- - Mark *Instantly deploy Django-Cms with built-in 5 themes

Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-23 Thread tim
You will find the admin login info on this page -- > http://gigapros.com/portal/django-cms-hosting > > - Mark > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving ema

Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-21 Thread Mark Moss
will find the admin login info on this page -- http://gigapros.com/portal/django-cms-hosting - Mark -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-12 Thread Frank Bieniek
Hi Mark, you have debug turned on. http://198.154.98.107:8000/themes/h-free-software/ and a broken theme. Good luck Am 12.12.2013 20:02, schrieb Mark Moss: *_Top 3 challenges of a django-cms user:_* 1. Are you trying to use django-cms, but got tangled with the complex setup process? 2

Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-12 Thread Mark Moss
*Top 3 challenges of a django-cms user:* 1. Are you trying to use django-cms, but got tangled with the complex setup process? 2. Do you wanna start publishing your content right away with django-cms, without wasting time on setup? 3. Are you looking for beautiful pre-installed

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-08 Thread Dig
. On Sep 8, 2013 6:29 AM, "Zach Frank" wrote: > Having same problem.. did you figure anything out? > > Z > > On Thursday, October 11, 2012 12:57:30 PM UTC-5, Matteo Suppo wrote: >> >> I found this: http://comments.gmane.**org/gmane.comp.python.django.

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-07 Thread Zach Frank
ed though. I will do > something, maybe. > > On Thursday, October 11, 2012 7:25:19 PM UTC+2, Matteo Suppo wrote: >> >> Ok, here's a fun one. >> >> I set up a django installation on Heroku, added the django-cms app, >> deployed on heroku, and collected the static fi

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-07 Thread Zach Frank
Having this same problem... did you fix it? I'm using heroku, django-cms, s3 for static files and i'm getting the same domain origin error.. any new insights appreciated. Z On Thursday, October 11, 2012 12:57:30 PM UTC-5, Matteo Suppo wrote: > > I found this: > http:/

django-cms like model translation

2013-08-15 Thread Avraham Serour
Hi, I'm making a site using django-cms with an app hook for django shop this is a multilanguage site, so in settings.py I have LANGUAGES = [ ('pt-br', 'Portuguese'), ('en', 'English'), ] so when adding a page, I have two tabs, one version

AbstractUser with Django CMS

2013-07-02 Thread Aliona Kutalovskaja
Hey, is possible use AbstractUser with django cms? And how that do :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@google

Re: Please help - i can't install Django CMS

2013-06-13 Thread Tom Evans
On Thu, Jun 13, 2013 at 11:56 AM, Vic N wrote: > Please help - i can't install Django CMS. Is there anyone who can post it's > own Django CMS already installed and preconfigured in zip ? Then i will > unpack it on my PC (Windows 7, Python 2.7.5). > This is my post o

Please help - i can't install Django CMS

2013-06-13 Thread Vic N
Please help - i can't install Django CMS. Is there anyone who can post it's own Django CMS already installed and preconfigured in zip ? Then i will unpack it on my PC (Windows 7, Python 2.7.5). This is my post on Stackoverflow http://stackoverflow.com/questions/17066502/django-cms-in

Re: django / django cms + responsive

2013-03-14 Thread Anurag Chourasia
Look at 1. Twitter Bootstrap. http://twitter.github.com/bootstrap/ 2. Foundation Zurb. http://foundation.zurb.com/ Regards, Anurag On Mar 14, 2013 7:03 AM, "Frank Bieniek" wrote: > Hi Guys, > what are your preferred apps to turn django or django cms into a > responsive we

django / django cms + responsive

2013-03-14 Thread Frank Bieniek
Hi Guys, what are your preferred apps to turn django or django cms into a responsive website? What are your recipes? Thanks Frank -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Django-cms

2012-12-06 Thread jk121960
Hi, I am new to django-cms, I followed docs and it seems to be working fine (creating pages etc) but I went to do an app hook and that part along with redirect and soft root are missing from the advanced area. I have rebuilt environment a few times and it is still not there. Can anyone help me

django CMS security release issued

2012-12-04 Thread Jonas Obrist
We just issued a security release for the django CMS to fix a vulnerability in the page_attribute template tag, which allowed admins with restricted permissions to elevate their permissions through XSS. All django CMS users are encouraged to update their django CMS installations immediately

How to make new app in django cms

2012-11-05 Thread Mario Ardi
Hy..please help me. How to make new app in django cms and how to make this new app can work in django cms ? I'am new in Django Cms developer. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion o

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2012-10-11 Thread Matteo Suppo
> I set up a django installation on Heroku, added the django-cms app, > deployed on heroku, and collected the static files on AWS. > > The problem is Django-CMS tries to load the js file for the wymeditor but > AWS says: > > MLHttpRequest cannot load > https://s3.amazonaws.com/

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2012-10-11 Thread Matteo Suppo
estions/2206586/wymeditor-across-subdomains-cross-site-permission-issue Hmm I'll try it On Thursday, October 11, 2012 7:25:19 PM UTC+2, Matteo Suppo wrote: > > Ok, here's a fun one. > > I set up a django installation on Heroku, added the django-cms app, > deploye

Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2012-10-11 Thread Matteo Suppo
Ok, here's a fun one. I set up a django installation on Heroku, added the django-cms app, deployed on heroku, and collected the static files on AWS. The problem is Django-CMS tries to load the js file for the wymeditor but AWS says: MLHttpRequest cannot load https://s3.amazonaw

Re: Django CMS 2.3 Released!

2012-07-01 Thread Pascal Chambon
Yayh, django-cms and django-zinnia latest versions can once agains work together B-) thanks, regards, PKL Le 29/06/2012 15:42, Jonas Obrist a écrit : Today I am very excited that we just released Django CMS 2.3, with Django 1.4 support. You can read the release notes at Django at http

Re: Django CMS 2.3 Released!

2012-06-29 Thread Kurdy
Installed 2.3rc2 this afternoon. Happily surprised by new release. Upgraded to django1.4 and cms2.3. I'm only still struggling with django-filer. What would be the advise? Is a new version of filer expected soon? Or is the development-version enough for production? Thanks for all the nice work.

Django CMS 2.3 Released!

2012-06-29 Thread Jonas Obrist
Today I am very excited that we just released Django CMS 2.3, with Django 1.4 support. You can read the release notes at Django at http://bit.ly/django-cms-23. Best regards, Jonas 'ojii' Obrist -- You received this message because you are subscribed to the Google Groups "Djan

django-cms text_only_plugins problem

2012-05-19 Thread Иван Иванов
'index.html text' : { 'plugins' : ['TextPlugin'], 'text_only_plugins': ['LinkPlugin'], 'name' : gettext('Text'), }, } Django-cms version is 2.2. Thank you in advance! Ivan Ivanov -- You received this mes

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
er_image.... : no module named filer > > cmsplugin_filer_image > > > i have installed all possible django-cms plugins, i have django 1.3.1 > > running and python 2.7. > > > why is this error, as a result i dont have a available plugins in > > cmspage

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread Amao Zhao
hon manage.py syncdb" the error comes: > django.core.exceptions.ImproperlyConfigured: ImportError filer > cmsplugin_filer_image : no module named filer > cmsplugin_filer_image > > > i have installed all possible django-cms plugins, i have django 1.3.1 > running and python 2.7. > > why is th

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
by the way, i am using django-cms-2.2 On 4 Mrz., 15:07, doniyor wrote: > Hi there, > > i need your help, i am trying to setup cms of my webpage, but > everytime i run the "python manage.py syncdb" the error comes: > django.core.exceptions.ImproperlyConf

Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
talled all possible django-cms plugins, i have django 1.3.1 running and python 2.7. why is this error, as a result i dont have a available plugins in cmspage to select. please help me, is it a django version problem ? this is my settings.py: http://pastebin.com/K0VaK62K thanks alot.. -- Yo

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Jonas Obrist
"but I read that django-admin-tools is one of django-cms apps." that is incorrect. The initial design and idea started on our blog [1] but it was never implemented by us, so someone else did and thus django-admin-tools was created. [1] https://www.django-cms.org/en/blog/2009/10/29

Re: Django CMS

2011-12-27 Thread Andre Terra
preference. If, instead, he actually asked "How can I use *just* the video uploading/embedding tools provided by Django CMS?", then his question should be made in their official mailing list, not this one. My suggestion to OP: please go through the djangopackages.com list for CMS

Re: Django CMS

2011-12-27 Thread Ezequiel Bertti
the best one for me is FEINCMS : http://feinheit.ch/media/labs/feincms/ have great tools for another aplication and is very easy to configure and use. On Tue, Dec 27, 2011 at 12:52, Jonas Obrist wrote: > Hi there, if you're asking about django CMS (https://django-cms.org), you >

Re: Django CMS

2011-12-27 Thread Jonas Obrist
Hi there, if you're asking about django CMS (https://django-cms.org), you should use the proper mailing list to ask questions: https://groups.google.com/forum/#!forum/django-cms Also, I do not fully understand your questions. Could you maybe try to explain a bit better what you're

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Denis Darii
I have a project in which I use django-cms and django-admin-tools together in production and I hadn't had any problems using it until now. On Tue, Dec 27, 2011 at 9:27 AM, Maxim Boyarskiy wrote: > Hi Guys, > > One question here: Is it possible and justified to use django-admin

Django CMS and django-admin-tools are together?

2011-12-27 Thread Maxim Boyarskiy
Hi Guys, One question here: Is it possible and justified to use django-admin- tools over django-cms? I have no experience with Django-CMS and django- admin-tools, but I read that django-admin-tools is one of django-cms apps. I mean, I have to implement user filled resource and I look at cms, but

Django CMS

2011-12-27 Thread Hassan
Dear ALL, i want to ask something , Can i use like one feature on Django CMS i need to using the video upload and playing it , is that possible , how can i do somthing like this . Thanks Best Regards , Hassan Alnatour, -- You received this message because you are subscribed to the Google

Django-CMS and inherit plugin

2011-10-04 Thread Ivan Ivanov
Hi all! It's a silly question, but I cannot get it. What does this mean: „The inherit plugin is currently the only core-plugin which can not be used in non-cms placeholders.“ This is taken from the Django-CMS documentation: http://docs.django-cms.org/en/2.2/getting_started/plugin_reference

Re: django-cms and photologue

2011-05-27 Thread Venkatraman S
On Fri, May 27, 2011 at 5:32 PM, Dave Sayer wrote: > > I have a question relating to integrating django-photologue with > django-cms. I have added the cmsplugin-photologue app and am now > attempting to add the relevant tags to my templates. The trouble is, > is that I can

django-cms and photologue

2011-05-27 Thread Dave Sayer
Hi All, I have a question relating to integrating django-photologue with django-cms. I have added the cmsplugin-photologue app and am now attempting to add the relevant tags to my templates. The trouble is, is that I can't seem to find the correct tags for getting the relevant data

Re: django CMS 2.1.2 released

2011-04-07 Thread Parveen Arora
I am using 2.1.3, It looks awesome. -- Parveen Arora www.parveenarora.in E-Mail: m...@parveenarora.in -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this

Re: suspiciousoperation with file upload on django-cms

2011-03-23 Thread Karen Tracey
On Wed, Mar 23, 2011 at 9:34 PM, Tony wrote: > Ive tried it the other way but when it appends the filename the final > slash is the other way. Either way, the octal thing you said hasn't > had an effect Im pretty sure. The url in the error message appears to > be the path it should be. Is ther

Re: suspiciousoperation with file upload on django-cms

2011-03-23 Thread Tony
Ive tried it the other way but when it appends the filename the final slash is the other way. Either way, the octal thing you said hasn't had an effect Im pretty sure. The url in the error message appears to be the path it should be. Is there any other reason? On Mar 23, 4:10 pm, Karen Tracey

Re: suspiciousoperation with file upload on django-cms

2011-03-23 Thread Karen Tracey
On Wed, Mar 23, 2011 at 3:26 PM, Tony wrote: > It uses my CMS_PAGE_MEDIA_PATH, which is 'C:\Users\Tony\Documents\My > Music\1'. Maybe this is the problem, but I dont know how to > explicitely tell Django to use my MEDIA_ROOT. > Assuming that string is literally what you are using in your settin

Re: suspiciousoperation with file upload on django-cms

2011-03-23 Thread Tony
It uses my CMS_PAGE_MEDIA_PATH, which is 'C:\Users\Tony\Documents\My Music\1'. Maybe this is the problem, but I dont know how to explicitely tell Django to use my MEDIA_ROOT. On Mar 22, 8:45 pm, Karen Tracey wrote: > On Tue, Mar 22, 2011 at 5:12 PM, Tony wrote: > >  I have looked at my media_ur

Re: suspiciousoperation with file upload on django-cms

2011-03-22 Thread Karen Tracey
On Tue, Mar 22, 2011 at 5:12 PM, Tony wrote: > I have looked at my media_url and > media_root, and played with them but I haven't been able to have any > success. > MEDIA_URL isn't relevant for the problem you are reporting. MEDIA_ROOT is. It would help people help you if you shared what value

suspiciousoperation with file upload on django-cms

2011-03-22 Thread Tony
I am using django-cms for my project right now and I am using their file and image plugins on my pages, but when I try to upload a file, I get a suspiciousoperation error. I have looked at my media_url and media_root, and played with them but I haven't been able to have any success. The

  1   2   3   >