Patrick if you want to show us your code use: http://pastebin.com/
2013/8/26 Ramiro Morales
> On Mon, Aug 26, 2013 at 11:17 AM, Patrick Larmann
> wrote:
> > Hello guys I am following the django docs tutorial part 1 and am having
> > trouble moving on. Instead of receiving [] i get
> [ > Poll o
Hi Patrick, why don't you try to re write that sentence again? May be you
write it wrong. I remembered had same error.
I wanted to see your code from models.py but it seems to have nothing in it.
2013/8/26 Robin Lery
> You gave the .pyc file.
>
>
> On Mon, Aug 26, 2013 at 7:47 PM, Patrick Larm
Hello Sujeet try this IDE: http://ninja-ide.org/
I hope you like it!
2013/8/16 Sujeet Buddiga
> Hi Djano'ans,
>Im a new bee to Django and would like to work with an
> IDE. Please suggest proper tutorials with IDE that can make my learning
> process simpler,easire and faster
Now i'm using this: http://ninja-ide.org/. I don't know if this is what you
need, but why don't you try it.
See you
2013/4/18 Srinivasa Rao
> Hi, I am new to this djnago, can you suggest any
> development environment to practice template language. thanks,Srini
>
> --
> You received this messag
May be it's python's version,why don't you try python 2.7
2012/7/10 James Smith
> Thanks for the quick reply! I realized I posted a poor screenshot where
> the name of the project had a space in it. I was being a bit silly there,
> to be honest...that was after many failed attempts.
>
> I've tri
Hello, i'm not sure but may be your mistake is the name of the project.
i mean, you type this: django-admin.py startproject pasta face
The space between pasta and face, it's wrong, i guess it should be:
django-admin.py startproject pasta_face
And the SyntaxError i think it is: except ImportError
staticfiles? If so, maybe I didn't set that up
> right?
>
>
> On May 24, 1:14 pm, Apokalyptica Painkiller
> wrote:
> > Are you doing django's tutorial? If it is correct in which part are you?
> >
> > 2012/5/24 cat123
> >
> >
> >
> &g
h Views do you think it may be talking about, and
> where would I look for this?
>
>
> On May 24, 12:14 pm, Apokalyptica Painkiller
> wrote:
> > Hello why don't you check this two links:
> >
> > http://stackoverflow.com/questions/5350241/django-import-error
Hello why don't you check this two links:
http://stackoverflow.com/questions/5350241/django-import-error-that-refer-to-template-tags
http://stackoverflow.com/questions/3496920/django-viewdoesnotexist
Good luck :)
2012/5/24 cat123
> I'm new to Django and recently got my very first environment
Hello i'm not sure but did you edited your module.py?
I'm watching your urls.py and i found this:
('^hello/$,hello),
I'm guessing that there is a syntax mistake, it should be " ('^hello/$',
hello) why don't you try that.
See you
2012/5/17 Tanveer
Hello, can you show us your views.py and urls.py?
See you
2012/5/17 Ali Shaikh
> Hey...
>
>
> I am practicing to implement simple examples in django...
>
> started project with
> 1.django-admin.py startproject wikicamp
> 2.python manage.py startapp wiki
> 3.editing the setting
> 4.python ma
11 matches
Mail list logo