Re: How to save multiple model form in one template?

2018-09-19 Thread Everett White
Hey y’all -- 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 post to this group, send email to django-users@googlegro

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Everett White
Hey yay -- 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 post to this group, send email to django-users@googlegroup

Re: Database Setup

2010-10-22 Thread Everett
Thanks everyone for all your help! I found a binary for Python 2.7 Here's a the link: http://www.codegood.com/archives/129 Just in case someone stumbles upon these posts. On Oct 16, 3:58 pm, Karen Tracey wrote: > 2010/10/16 Jonathan Barratt > > > Hope you have visual studio installed! :p > > If

Re: Database Setup

2010-10-16 Thread Everett
te-packages folder: > > http://sourceforge.net/projects/mysql-python/ > > 2010/10/13 Everett > > > > > > > > > On Oct 13, 2:34 am, Jonathan Barratt > > wrote: > > > On 13 ต.ค. 2010, at 10:19, Everett wrote: > > > > > I'

Re: Database Setup

2010-10-13 Thread Everett
On Oct 13, 2:34?am, Jonathan Barratt wrote: > On 13 ?.?. 2010, at 10:19, Everett wrote: > > > I'm running Django on Windows. When I edited the settings.py file for > > the MySql database I'm running in an XAMPP package, the Django > > development server thro

Database Setup

2010-10-12 Thread Everett
I'm running Django on Windows. When I edited the settings.py file for the MySql database I'm running in an XAMPP package, the Django development server throws a bunch of unhandled exceptions. It starts out like this: Unhandled exception in thread started by Traceback (most recent call last): File

Re: Django setup

2010-10-12 Thread Everett
On Oct 12, 8:44 pm, Kenneth Gonsalves wrote: > well, you only need to do this once - after that you can use manage.py > from within your project. So I would not bother about this. > -- > regards > Kenneth Gonsalves Oh ok, thanks for the prompt reply. -- You received this message because you a

Django setup

2010-10-12 Thread Everett
I recently installed Django on Windows, but I can't get the django- admin.py startproject to work unless I type the full path for django- admin.py. Do I need to add this to my System Variables? If so what do I put in for it? I've already tried the path. -- You received this message because you ar