[p2pu-dev] Operational Error - fixed
Laura Hilliger
laura at zythepsary.com
Mon Jul 4 14:46:16 UTC 2011
Yep, that did it. Thanks!
--Laura
On Jul 4, 2011, at 2:00 PM, p2pu-dev-request at lists.p2pu.org wrote:
> Send p2pu-dev mailing list submissions to
> p2pu-dev at lists.p2pu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
> or, via email, send a message with subject or body 'help' to
> p2pu-dev-request at lists.p2pu.org
>
> You can reach the person managing the list at
> p2pu-dev-owner at lists.p2pu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of p2pu-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: Operational Error (zuzel.vp) (zuzel.vp)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 4 Jul 2011 07:48:19 -0400
> From: "zuzel.vp" <zuzel.vp at gmail.com>
> To: P2PU Technical Development <p2pu-dev at lists.p2pu.org>
> Subject: Re: [p2pu-dev] Operational Error (zuzel.vp)
> Message-ID:
> <CAPOpXUez0dTe-akUqH4t4KgAhjtRuQyPwz7F8r=8VOfiWacGSQ at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Please try this:
> http://lists.p2pu.org/pipermail/p2pu-dev/2011-July/001431.html and let
> me know if it works.
>
> --
> Thanks,
> Zuzel
>
> On Mon, Jul 4, 2011 at 6:00 AM, Laura Hilliger <laura at zythepsary.com> wrote:
>> Hi again,
>> The output for?python manage.py migrate projects is:
>> Skipping creation of NoticeTypes as notification app not found
>> Running migrations for projects:
>> - Nothing to migrate.
>> ?- Loading initial data for projects.
>> No fixtures found.
>> And lernanta?/?apps?/?projects?/?migrations?/
>> 0020_auto__add_field_project_kind.py ?exists.
>> Thanks,
>> --Laura
>>
>>
>> On Jul 3, 2011, at 2:00 PM, p2pu-dev-request at lists.p2pu.org wrote:
>>
>> Send p2pu-dev mailing list submissions to
>> p2pu-dev at lists.p2pu.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>> or, via email, send a message with subject or body 'help' to
>> p2pu-dev-request at lists.p2pu.org
>>
>> You can reach the person managing the list at
>> p2pu-dev-owner at lists.p2pu.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of p2pu-dev digest..."
>>
>>
>> Today's Topics:
>>
>> ??1. Operational Error (Laura Hilliger)
>> ??2. Re: Operational Error (zuzel.vp)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sat, 2 Jul 2011 11:31:39 +0200
>> From: Laura Hilliger <laura at zythepsary.com>
>> To: p2pu-dev at lists.p2pu.org
>> Subject: [p2pu-dev] Operational Error
>> Message-ID: <4408F9E7-2E09-46F1-8DE0-DB659759EE25 at zythepsary.com>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> Hello Zuzel,
>>
>> I've run into more than a few problems installing the dev environment. Now
>> I've hit another...
>>
>> Request Method: GET Request URL: http://127.0.0.1:8000/en/ Django Version:
>> 1.3 Exception Type: OperationalError Exception Value:
>> (1054, "Unknown column 'projects_project.kind' in 'field list'")
>> Exception Location:
>> /Users/Laura/virtualenvs/lernanta/lib/python2.6/site-packages/MySQLdb/connections.py
>> in defaulterrorhandler, line 36 Python Executable:
>> /Users/Laura/virtualenvs/lernanta/bin/python
>>
>> Keep getting stuck here. I followed some bug reports and dropped and
>> recreated the db, synced and ran migrations. When I start the server and hit
>> the site, I'm still seeing this error. Any ideas?
>>
>> --Laura
>>
>>
>> Laura F. Hilliger
>> laura at zythepsary.com
>> www.zythepsary.com
>> @epilepticrabbit
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> <http://lists.p2pu.org/pipermail/p2pu-dev/attachments/20110702/87cd19f7/attachment-0001.html>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Sat, 2 Jul 2011 14:43:29 -0400
>> From: "zuzel.vp" <zuzel.vp at gmail.com>
>> To: P2PU Technical Development <p2pu-dev at lists.p2pu.org>
>> Subject: Re: [p2pu-dev] Operational Error
>> Message-ID: <BANLkTik=+rYnoOe040cq4jQv0M4yuZdgrw at mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Maybe there was some issue when running:
>>
>> python manage.py syncdb --migrate --noinput
>>
>> Which is the output of:
>>
>> python manage.py migrate projects
>>
>> ?
>>
>> Use pastie.orgif the output is too long.
>>
>> The migration in charge of adding that field is:
>> https://github.com/p2pu/lernanta/blob/master/apps/projects/migrations/0020_auto__add_field_project_kind.py
>>
>> --
>> Thanks,
>> ???Zuzel
>>
>> On Sat, Jul 2, 2011 at 5:31 AM, Laura Hilliger <laura at zythepsary.com> wrote:
>>
>> Hello Zuzel,
>>
>> I've run into more than a few problems installing the dev environment. Now
>>
>> I've hit another...
>>
>> Request Method: GET Request URL: http://127.0.0.1:8000/en/ Django Version:
>>
>> 1.3 Exception Type: OperationalError Exception Value:
>>
>> (1054, "Unknown column 'projects_project.kind' in 'field list'")
>>
>> Exception Location:
>>
>> /Users/Laura/virtualenvs/lernanta/lib/python2.6/site-packages/MySQLdb/connections.py
>>
>> in defaulterrorhandler, line 36 Python Executable:
>>
>> /Users/Laura/virtualenvs/lernanta/bin/python
>>
>> Keep getting stuck here. I followed some bug reports and dropped and
>>
>> recreated the db, synced and ran migrations. When I start the server and hit
>>
>> the site, I'm still seeing this error. Any ideas?
>>
>> --Laura
>>
>> Laura F. Hilliger
>>
>> laura at zythepsary.com
>>
>> www.zythepsary.com
>>
>> @epilepticrabbit
>>
>> _______________________________________________
>>
>> p2pu-dev mailing list
>>
>> p2pu-dev at lists.p2pu.org
>>
>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>>
>>
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> p2pu-dev mailing list
>> p2pu-dev at lists.p2pu.org
>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>>
>>
>> End of p2pu-dev Digest, Vol 23, Issue 8
>> ***************************************
>>
>> Laura F. Hilliger
>> laura at zythepsary.com
>> www.zythepsary.com
>> @epilepticrabbit
>>
>> _______________________________________________
>> p2pu-dev mailing list
>> p2pu-dev at lists.p2pu.org
>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>>
>>
>
>
> ------------------------------
>
> _______________________________________________
> p2pu-dev mailing list
> p2pu-dev at lists.p2pu.org
> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>
>
> End of p2pu-dev Digest, Vol 24, Issue 5
> ***************************************
Laura F. Hilliger
laura at zythepsary.com
www.zythepsary.com
@epilepticrabbit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.p2pu.org/pipermail/p2pu-dev/attachments/20110704/f2751548/attachment-0001.html>
More information about the p2pu-dev
mailing list