Re: What are the active Django e-commerce frameworks right now (2014)?

2014-04-26 Thread Jared Nielsen
Check out Stripe. Not a framework, but very easy to implement with Django. On Saturday, April 26, 2014 4:57:51 AM UTC-6, Brutus Schraiber wrote: > > Thanks 'somecallitblues' I will definitely take a closer look at Mezzanine > and Cartridge. > > But I'm kinda baffled. Only one answer after two we

Re: Django and Zinnia + DjangoCMS

2014-04-24 Thread Jared Nielsen
Bootstrap theme I recommend Bootswatch: http://bootswatch.com/ On Thursday, April 24, 2014 9:37:33 AM UTC-6, Silvio Siefke wrote: > > Hello, > > On Thu, 24 Apr 2014 08:17:11 -0700 (PDT) Jared Nielsen > > wrote: > > > If you're not a programmer, new to Django,

Re: Django and Zinnia + DjangoCMS

2014-04-24 Thread Jared Nielsen
If you're not a programmer, new to Django, and need a CMS, why not use Mezzanine ? You'll have a fully functional site up and running in a very short time with the added bonus that you can learn Django (and programming) as you work backwards, reverse engineering Mezz

Django & Zinnia installation: where's the zinnia app folder?

2014-04-09 Thread Jared Nielsen
Hi, Noob here. I'm building my first Django project and wanted to integrate a pre-existing blog app. I got zinnia set up and accessible through admin, but the process didn't create a zinnia folder in my project. Where are the html and css files for the out-of-the-box zinnia? How do I go about

Re: Help getting started: Which server setup for a beginner? Apache? lighttpd? To use or not virtualenv?

2013-07-30 Thread Jared Nielsen
Thanks everyone! This was all very useful advice. Wish I had known all this days ago... On Tue, Jul 30, 2013 at 9:00 AM, Javier Guerra Giraldez wrote: > On Tue, Jul 30, 2013 at 10:48 AM, Jared Nielsen > wrote: > > I started setting up Apache with mod_wsgi, but ran into innumera

Help getting started: Which server setup for a beginner? Apache? lighttpd? To use or not virtualenv?

2013-07-30 Thread Jared Nielsen
I'm trying to learn Django but finding myself lost in troubleshooting hell. I can't find consistent information on the best approach for a beginner to get set up. I started setting up Apache with mod_wsgi, but ran into innumerable config errors. After some Googling about, I found a number of su

Re: no style in admin pages; learning from djangobook.com

2013-07-02 Thread Jared Nielsen
serve files from STATIC_URL from > > STATIC_ROOT before you get it to work. > > > > > > On Monday, July 1, 2013 9:05:31 AM UTC-4, Jared Nielsen wrote: > >> > >> Hi all, > >> Just getting started with Django. > >> I'm following

no style in admin pages; learning from djangobook.com

2013-07-01 Thread Jared Nielsen
Hi all, Just getting started with Django. I'm following the projects on djangobook.com. After activating the admin interface I don't have .css styling. I also have no idea how to enable it. Any help is greatly appreciated. Thanks! -- You received this message because you are subscribed to the Go