You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the Mezzanine project - a Django based CMS.
|
|
|
Need suggestion on a Cartridge-based project
|
| |
Hello All, I'm new to the Django scene and Mezzanine/Cartridge. I found the code elegantly written and very understandable so I'm planning on using it for a web site. On this web site we're selling services instead of products. Each service has a set of properties users can specify, and multiple services... more »
|
|
which webhost
|
| |
T-Mobile. America’s First Nationwide 4G Network ----- Reply message ----- ...To: <mezzanine-users@googlegroups. com> ...hi all, Have been playing w/ Mezzanine locally, under Apache though (and really enjoying it: i could never really love Wordpress) and i may have secured my first tiny little Mezzanine website gig so i need to choose a webhost.... more »
|
|
which webhost
|
| |
hi all, Have been playing w/ Mezzanine locally, under Apache though (and really enjoying it: i could never really love Wordpress) and i may have secured my first tiny little Mezzanine website gig so i need to choose a webhost. What webhost are you-all liking for Mezzanine / Django ? I've heard Webfaction and Linode mentioned.... more »
|
|
Payment processing in cartridge
|
| |
Hi, I am trying to make a marketplace site and I am trying to implement a paypal payment processor. So far I have looked in every possible site and there is no documentation for the one included in cartridge. I have also tried and failed to use this ones that i found in the list and in github: [link]... more »
|
|
Cartridge-Best way to add additonal forms/steps to payment
|
| |
I have some question. I've searched the old mails in this mail list but cant find a proper way. 1) Is there any chance to add additional steps to payment? (In some cases we may need it) 2) Is field injection avaliable for cartridge as we've done it in mezzanine? 3-a) If 2 is ok, how may i add these fields in form wizard?... more »
|
|
A good way to filter "published"
|
| |
Hi, I've been trying to use PublishedManager's `published` method to build custom queries for some custom logic. What's bothering me is that `published` only works with PublishedManager, so I can only do SomeDisaplayable.objects.publi shed(user).blahblahblah. This makes it more difficult to reuse QuerySet objects, especially if I want to apply... more »
|
|
demo site?
|
| |
Hi All, Has anyone practiced with the demo site-----[link] Do I need additional information, e.g., a database with some initial data, et., to practice with it? Can I just start with a command: python manage.py runserver? Thanks, Xin
|
|
Copying mezzanine to my web server
|
| |
I finished a simple mezzanine website. I would like to copy it online. I have mezzanine zip and my project folder. I have godaddy's hosting. Do I just copy files and it will work? Thank you so much!
|
|
RichTextField escaping
|
| |
In mezzanine-pagedown, we are having an issue<[link]>with Markdown's blockquote syntax (> quoted text) and Mezzanine's RichTextField escaping. The default filter level causes the '>' to become '>' on save. So, the markdown filter never sees the '>'.... more »
|
|
|