ignore urls

2009-04-27 Thread keegan3d
I'm having trouble getting django to ignore my blog urls. I run wordpress from /blog, and django from /. /blog is working, but if I try to navigate to anything deeper django takes over. http://inscopeapps.com/blog/ - works http://inscopeapps.com/blog/wp-django/ - does not work I set this in the

get and display html from another site

2009-04-25 Thread keegan3d
Im building a site that uses wordpress for the blog, and django for everything else. I want to be able to pull in some html from the blog. So far if I get the html with urllib2 and then pass the response to render_to_response it gets formatted to print as a string, ->
. Is there a way to t

Re: sidebar app

2008-07-07 Thread keegan3d
Ok so I have a solution for my second problem, but it requires importing the sidebar class in all my views, and including sidebar.html in every web page. Is there a better way to do this? a way to have this just happen in my base.html template? On Jul 7, 12:34 am, keegan3d <[EMAIL PROTEC

sidebar app

2008-07-07 Thread keegan3d
I am trying to create a sidebar and an running into some trouble. I have 2 problems: My model is pretty straight forward. I have categories and links under the categories. class Catagory(models.Model): name = models.CharField(max_length=200) ... class Link(models.Model):

Re: home page

2008-07-06 Thread keegan3d
Thanks everyone! This group is always so helpful and FAST! I made a view.py file in the project root because I wanted to use data from my apps to populate the home page. It worked great! On Jul 6, 9:17 pm, "Milan Andric" <[EMAIL PROTECTED]> wrote: > On Sun, Jul 6, 2008 at

home page

2008-07-06 Thread keegan3d
Hey everyone, I am a little foggy on how I would go about making a home page, by that I mean the page that people see when they go to the main address: www.mysite.com. Should I make a "home page" app? or does django have a way of dealing with this? Thanks for the help! -Dave --~--~-~--

requiring fields in the admin page

2008-07-01 Thread keegan3d
Hey guys, I am trying to make a couple of fields required in the admin page for my app. I originally thought that core=True would do it but it makes all the fields required, even ones that I did not specify core=True for. After some further reading it seems like this is only used for fields that

Django Apps

2008-06-28 Thread keegan3d
Hey guys, I am new to Django and was wondering if there are any good places to get Django apps like wikis, blogs, etc? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen