Re: Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread cmac0tt
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:

Re: Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread cmac0tt
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

Please Assist Learning Programming and Python with Django Framework and Stuck

2012-06-16 Thread cmac0tt
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

Re: CSRF Issue

2012-06-14 Thread cmac0tt
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

Re: CSRF Issue

2012-06-14 Thread cmac0tt
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

Re: CSRF Issue

2012-06-14 Thread cmac0tt
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:

CSRF Issue

2012-06-14 Thread cmac0tt
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

Re: Problem with Django Project

2012-06-08 Thread cmac0tt
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-

Problem with Django Project

2012-06-01 Thread cmac0tt
#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