Re: Django + Raspberry PI

2014-12-13 Thread albrnick
A bit dated, but since this page came up when I ran into the same issue, thought I'd post my fix. Pretty much I turned off DEBUG in the settings.py file, and the performance is fine now = ) Best Wishes, -Nick On Friday, March 1, 2013 10:58:28 AM UTC-5, Nicolas Emiliani wrote: > > Hey guys! >

Re: Django + Raspberry PI

2013-03-07 Thread dgregory46
The RPi board would fit on a car, but you would have to remove the hdmi and power connectors to keep from being too wide. However I am considering mounting an arduino with flashing leds for my granddaughter's car next year. (Off topic apology) On Wednesday, March 6, 2013 9:59:31 PM UTC-6, Tim C

Re: Django + Raspberry PI

2013-03-07 Thread Amirouche
On Thursday, March 7, 2013 8:08:45 PM UTC+1, Amirouche wrote: > > http://amirouche.github.com/blog/cross-compiling-a-gentoo.html > This will be a long way home for you I recommend you setup a cross compiler and use distcc -- You received this message because you are subscribed to the Google

Re: Django + Raspberry PI

2013-03-07 Thread Amirouche
http://amirouche.github.com/blog/cross-compiling-a-gentoo.html On Thursday, March 7, 2013 8:05:50 PM UTC+1, Amirouche wrote: > > > > On Friday, March 1, 2013 5:04:47 PM UTC+1, Shawn Milochik wrote: >> >> Yep, I got my full development environment for one of my company's >> applications running on

Re: Django + Raspberry PI

2013-03-07 Thread Amirouche
On Friday, March 1, 2013 5:04:47 PM UTC+1, Shawn Milochik wrote: > > Yep, I got my full development environment for one of my company's > applications running on it with almost no problem. The one exception > was MongoDB, which is for x86 only, so I had to compile a fork, which > took about 10

Re: Django + Raspberry PI

2013-03-06 Thread Tim Chase
On 2013-03-06 18:43, dgregor...@gmail.com wrote: > I am developing a pinewood derby race manager to run on Django on > the RPi. I am using sqlite. With an intro sentence like that and the lilliputian dimensions of the RPI, I half expected you to say that you ran it *on the pinewood derby race car

Re: Django + Raspberry PI

2013-03-06 Thread dgregory46
I am developing a pinewood derby race manager to run on Django on the RPi. I am using sqlite. It is show-stopping slow if I browse to it locally, so I use my desktop system for testing. I also set it up to export the files so I can do all of my editing on my main system. I log out of raspbian a

Re: Django + Raspberry PI

2013-03-01 Thread Nicolas Emiliani
Shawn, It was definitely pretty slow, but it works. > > Our stack includes nginx, gunicorn, Redis, MongoDB, PostgreSQL, > supervisor, virtualenv, and probably other stuff I'm forgetting. > > Well you are running a pretty interesting and (heavy?) stack, I've read about DB engines being slow. Thanks

Re: Django + Raspberry PI

2013-03-01 Thread Shawn Milochik
Yep, I got my full development environment for one of my company's applications running on it with almost no problem. The one exception was MongoDB, which is for x86 only, so I had to compile a fork, which took about 10 hours on the Pi. It was definitely pretty slow, but it works. Our stack inclu