Re: Alternative to fabric

2014-11-17 Thread Matt Gushee
be they had a Python 3 development branch ... it was a few weeks ago, so I don't remember exactly). -- Matt Gushee -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, se

Re: Another Noob questions

2014-09-01 Thread Matt Gushee
Hello again-- Since I don't really understand what you are doing, I can't give you any specific help. But since I have the impression you are new not only to Django but to online technical forums, let me give you a general recommendation: You will get better answers if you ask better questions. T

Re: Another Noob questions

2014-09-01 Thread Matt Gushee
k later. If you're stuck, I'll see if I can point you to some helpful resources. -- Matt Gushee -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email t

Re: I have created an app (total noob question)

2014-08-31 Thread Matt Gushee
but they don't, by default, handle any site content that you may have created. That's the part I'm not too sure about, but I'm sure others on this list will have good advice. Hope that helps a bit. -- Matt Gushee -- You received this message because you are subscribed to

Re: how to call django web page with ordinary html page

2014-08-29 Thread Matt Gushee
a Django newbie, so I could well be mistaken, but I don't think that will work. The OP said it was plain HTML; that means Django doesn't process it, so Django template tags won't work. But it looks like Flatpages might help: http://www.djangobook.com/en/2.0/chapter16.html. -- Matt Gus

Re: Widget for simple (not input) text

2014-08-28 Thread Matt Gushee
What do you want to do with this 'widget'? From your description, it sounds like you could use a normal paragraph element -- which might look something like this in a Django template: {{ some_text }} Does that not meet your needs? -- Matt Gushee On Thu, Aug 28, 2014 at 5:51

Re: Please help:ImportError: No module named django

2014-07-24 Thread Matt Gushee
Hi, Liu Xuan-- What result do you get when you do the following? Python 2.7.6 >>> import sys >>> sys.path On Thu, Jul 24, 2014 at 1:23 PM, New Django User wrote: > Hi, I have problems with Django in windows 7. > > I installed Django using Windows Powershell: > > PS C:\Python27> pip install dja