saying "do this"/
I dont mean that to sound the way it does, I am reading much of the
documentation and 3 books while I learn. I just find I've been lead astray
a few times and that may be one of them if you're questioning it as even I
was.
On Saturday, June 16, 2012 6:10:
P.S Python 2.7 with Django 1.4 ON Ubuntu 12.04lts
On Saturday, June 16, 2012 6:10:34 AM UTC-4, cmac0tt wrote:
>
> So python is what I chose to learn, using the Django framework.
>
> I had this project working, then it just stopped out of nowere when I was
> about to show one o
So python is what I chose to learn, using the Django framework.
I had this project working, then it just stopped out of nowere when I was
about to show one of my two bosses. Anyone able to give any insight? I put
everything in a DPASTE.
First it kept telling me that line 45 (which didnt exist w
fixed. thanks mate!
On Thursday, June 14, 2012 3:46:24 AM UTC-4, cmac0tt wrote:
>
> I feel like an idiot here, I've worked my way around this multiple times
> but its just not working this time and as you can see ive thrown every
> method there is in the documentation at it.
&g
this is the default']
try:
page = Page.objects.get(pk=page_name)
content = request.GET['content']
page.content = 'content'
except Page.DoesNotExist:
page = Page(name-page_name, content-content
ok, so this is my view now. Maybe I'm not understanding and if so I
apologize. We all start somewere right. I just dont know why I'm having
trouble with it now when I had it working last time around with simply
using C {}
On Thursday, June 14, 2012 3:46:24 AM UTC-4, cmac0tt wrote:
I feel like an idiot here, I've worked my way around this multiple times
but its just not working this time and as you can see ive thrown every
method there is in the documentation at it.
(note that I am learning python and django right now on the fly) however
here is my views, the form with th
it is just a browsable repo, you dont need to clone it.
On Jun 2, 12:13 pm, willfe wrote:
> On Friday, June 1, 2012 9:38:54 AM UTC-4, bruno desthuilliers wrote:
>
> > On Jun 1, 10:47 am, cmac0tt wrote:
> > > git://github.com/cmac0tt/wikicamp.git
>
> > Some web-
#x27;m on the right
track here or just basically bouncing myself around, and if I am then
is there any pointers anyone has.
git://github.com/cmac0tt/wikicamp.git
thank for the help. Note my current error is:
ValueError at /wikicamp/create/
The view wikicamp.wiki.views.view_page didn't retu
9 matches
Mail list logo