gmail.com> writes:
>
>
> I'm having a similar problem - I don't see errors from the
EB console - but django is not loaded I
still get the standard AWS EB page.I have tried editing settings.py
and app.config according to this
tutorial:http://docs.aws.amazon.com/elasticbeanstalk
/latest/dg/c
On 7/11/14 11:30 AM, G Z wrote:
Thomas,
I have no cache setup, Django is all set to default right now there is
no local_settings file I have actually changed every settings file
that exist for django to match my production db yet still the wrong data.
Well, you will have to give more details o
Thomas,
I have no cache setup, Django is all set to default right now there is no
local_settings file I have actually changed every settings file that exist
for django to match my production db yet still the wrong data.
On Friday, July 11, 2014 10:30:23 AM UTC-6, Thomas wrote:
>
> On 7/11/14 9:
How can I append the green plus sign (like in the dropdown widget) to an
input text so I can select item from poupup
--
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
On Fri, Jul 11, 2014 at 11:16 AM, Larry Martell wrote:
> On Fri, Jul 11, 2014 at 10:44 AM, Russell Keith-Magee
> wrote:
>> Hi Larry
>>
>> On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell
>> wrote:
>>>
>>> On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee
>>> wrote:
>>>
>>> I appreciate the det
On 7/11/14 9:27 AM, G Z wrote:
So I tracked down an issue, whenever I change my database from
development to production which have the same exact schema
it still uses the data from development although my settings.py file
is set to the production database and it even swtiches the user I have
to
So I tracked down an issue, whenever I change my database from development
to production which have the same exact schema
it still uses the data from development although my settings.py file is set
to the production database and it even swtiches the user I have
to log in with to the one associat
On Fri, Jul 11, 2014 at 10:44 AM, Russell Keith-Magee
wrote:
> Hi Larry
>
> On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell
> wrote:
>>
>> On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee
>> wrote:
>>
>> I appreciate the detailed reply, and I think I understand all this,
>> but I still cannot
Hi Larry
On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell
wrote:
> On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee
> wrote:
>
> I appreciate the detailed reply, and I think I understand all this,
> but I still cannot get my tests to run. Let's look at one test.
>
> My tests are in this dir:
On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee
wrote:
>
> On Fri, Jul 11, 2014 at 3:34 AM, Larry Martell
> wrote:
>>
>> I am trying to upgrade a site to 1.6. I read the change notes about
>> the tests now having to start with test.
>>
>> My project's structure is this:
>>
>> myproj/app/appn
i have a problem
from django.db import models # Create your models here.
class Post(models.Model):
headline = models.CharField(max_length=200)
slug = models.SlugField(max_length=60)
pub_date = models.DateField()
photo = models.ImageField(upload_to='static/blog', blank
11 matches
Mail list logo