RE: Where are the folders of a virtual environment?

2017-04-23 Thread Matthew Pava
I know this doesn’t answer your question directly, but Windows XP is a really old OS and few software vendors support it anymore. Firefox stopped supporting it last September. You may want to switch to a Linux OS if you can’t afford to upgrade to a modern Windows OS. From: django-users@googl

How to perform grouping and ordering

2017-04-23 Thread Aamu Padi
I have a Ticket booking model class Movie(models.Model): name = models.CharField(max_length=254, unique=True) class Show(models.Model): day = models.ForeignKey(Day) time = models.TimeField(choices=CHOICE_TIME) movie = models.ForeignKey(Movie) class MovieTicket(models.Model): show

How to set mysql database in setting up django setup in eclipse ?

2017-04-23 Thread Pubudu Goonetilleke
Hi, I am very new to web programming and trying to learn ABCs of this whole new thing. I am following some online tutorials and facing some few things that I am trying to understand. first, when I create dJango (1.11) project in eclipse (Neon 3) in pyDev (latest), I set data base information as

Re: How to set mysql database in setting up django setup in eclipse ?

2017-04-23 Thread Vijay Khemlani
I don't use Eclipse for development, but your screenshot says "Django version 1.1 or earlier" which is awfully old, we are at 1.11, as in there was a versions 1.2 1.3 1.4 1.5 1.11. settings file has changed a lot since that time. On 4/23/17, Pubudu Goonetilleke wrote: > Hi, > I am very new

Re: Where are the folders of a virtual environment?

2017-04-23 Thread Antonis Christofides
You may find this article useful: Virtualenv demystified Antonis Christofides http://djangodeployment.com On 2017-04-22 14:48, Lorenz Schümann wrote: > >