I have a website that is a bunch of html files, deployed trhough
apache. (let's say, example.com)
What do I need to do in order to deploy one django application (let's
say http://github.com/vbabiy/django_blog) on example.com/weblog/?
I know how to plug an application into existing django project,
Problem is solved.
For utf-8 encoded templates you should avoid using BOM (byte order
mark).
Just turned it off in Komodo Edit and now everything is okay.
On Dec 25, 1:50 am, gryzzly wrote:
> hi,
> while working on templates weird problem occured:
>
> when templates are being rende
hi,
while working on templates weird problem occured:
when templates are being rendered (i guess), in code, right before the
doctype, strange character is being placed. I call it "strange"
because if I select it, copy it and try to paste nothing is pasted.
This "dot" is seen only if I do "view sou
Thanks for the help. I've been screwed up with myself cuz I've created
SOME templates folders during making some tutorials.
Anyway, thanks for the help!
On Oct 23, 3:27 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 23, 2008 at 4:00 AM, gryzzly <[E
ates?
>
> On Oct 23, 4:00 am, gryzzly <[EMAIL PROTECTED]> wrote:
>
> > It is self-expalnatory, but the problem is that I do have a template
> > file. And it is there.
>
> > On Oct 23, 12:36 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
>
It is self-expalnatory, but the problem is that I do have a template
file. And it is there.
On Oct 23, 12:36 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 22, 2008 at 6:30 PM, gryzzly <[EMAIL PROTECTED]> wrote:
>
> > Hi Karen, I am sorry, the pre
get_template
80. source, origin = find_template_source(template_name)
File "/usr/lib/python2.5/site-packages/django/template/loader.py" in
find_template_source
73. raise TemplateDoesNotExist, name
Exception Type: TemplateDoesNotExist at /polls/1/results/
Exception Value: polls/re
s,
**callback_kwargs)
Exception Type: TypeError at /polls/1/results/
Exception Value: results() got an unexpected keyword argument
'poll_id'
On Oct 22, 11:57 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 22, 2008 at 5:15 PM, gryzzly <[EMAIL PROT
Hi,
I was following tutorial from official docs step by step.
So on part 4, at writing and processing simple form I am stuck with
something. (here —
http://docs.djangoproject.com/en/dev/intro/tutorial04/#write-a-simple-form).
I am writing my results view and pointing at it from polls/urls.py.
A
9 matches
Mail list logo