Re: send_mail on MAC OS X 10.7

2012-10-03 Thread Kolbe
did you start the sendmail program? On Tuesday, October 2, 2012 8:45:38 AM UTC+8, Cheng wrote: > > Hi, > > I am new to django. > > I am following The Definitive Guide to Django SECOND EDITION by Adrian > Holovaty and Jacob Kaplan -Moss and I cannot get the contact form to send > mail. First the

Re: django + TinyMce

2012-08-20 Thread Kolbe
Here's a good reference. http://www.hackedexistence.com/project/django/video4-tinymce.html On Monday, August 20, 2012 2:36:22 PM UTC+8, Владислав Иванов wrote: > > Hello! I am a novice. I want to install TinyMce on Django. I tried a lot > of lessons posted on the Internet, nothing. 3 days can

Any Singaporean Django developers out there?

2012-02-25 Thread Kolbe
It's like Django is nonexistent in Singapore! -- 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 group, send email to

Re: CSS reference to Media folder

2012-02-16 Thread Kolbe
d-image: url(/media/images/base/gradient2.png) > > eg > > On Feb 15, 12:37 pm, Kolbe <maximilian.jack...@gmail.com> wrote: > > > > > > > > > Hi all, > > > I have a .css file in the /static/ folder where I keep all my styles. > > >

CSS reference to Media folder

2012-02-15 Thread Kolbe
Hi all, I have a .css file in the /static/ folder where I keep all my styles. Now when I want to refer to images that I use in my CSS that are stored in the /media/ folder, how do I reference that? e.g. background-image:url('gradient2.png'); gradient2.png is stored in ~/media/ and my css is

Problem with admin

2012-01-31 Thread Kolbe
Hi guys, I created a new app and within that app, I also specified a new admin.py file. Is that how the admin portion for that app is managed? Anyway, after I created my models and syncdb, then run server, I have been unable to access the admin gui. I keep getting this error below, but I don't

Re: Pain on OSX

2011-07-28 Thread Kolbe
so it's good to start with > > postgres sooner rather than later...I can't help you with apache... > > > William > > > On Thu, Jul 28, 2011 at 10:38 AM, Shawn Milochik <sh...@milochik.com>wrote: > > >> On Thu, Jul 28, 2011 at 10:08 AM, Kolbe <maximilian.

Re: Pain on OSX

2011-07-28 Thread Kolbe
lol. what's your recommended build for OSX though if I were to use django? On Jul 28, 9:41 pm, Shawn Milochik wrote: > I've never had a problem with Django on OS X. I have had problems with > psycopg2 due to the default Python that comes with OS X, but if you > recompile

[gripe] Pain on OSX

2011-07-28 Thread Kolbe
Is it just me, or is it that painful just to get Django running on OSX? During development, I had problems with Mysql_db. More or less got that solved, and been reading postgre is more or less the preferred choice? Anyway, for most of development, I've been just using sqlite. Now I have problems

Re: Need some help with MySQL and on OSX

2011-06-06 Thread Kolbe
l.com> wrote: > >> On Monday, June 6, 2011 2:30:25 AM UTC+1, Kolbe wrote: > > >> > Anyone have any good documentation on getting django with MySQL on OSX > >> > out there? > > > It really is amazing how difficult this still is. I've written two > >

Need some help with MySQL and on OSX

2011-06-05 Thread Kolbe
Anyone have any good documentation on getting django with MySQL on OSX out there? Cheers! Kolbe -- 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

Re: manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
Am Donnerstag, den 29.03.2007, 23:54 +1000 schrieb Malcolm Tredinnick: Okay okay, you got me there. I wondered if I missed anything and looked again at the django tutorial (which I didn't to for quite a while), and what's there? Yes, from tutorial number 1: > > You’ll need to avoid naming

Re: manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
> On Thu, Mar 29, 2007 at 02:26:32PM +0200, Lukas Kolbe wrote: > > > > Hi! > > > > I have a problem I came across for a while now. > > > > To start the fcgi-instance, I use manage.py as follows: > > > > su -c "DJANGO_DB_NAME=db

manage.py setting sys.path wrong

2007-03-29 Thread Lukas Kolbe
Hi! I have a problem I came across for a while now. To start the fcgi-instance, I use manage.py as follows: su -c "DJANGO_DB_NAME=dbname DJANGO_DB_PASS=dbpass \ DJANGO_DB_USER=dbuser DJANGO_SECRET_KEY=secret \ /srv/vhosts/myhost/site/manage.py runfcgi daemonize=false \