Creating a list off a model based on time delta

2014-07-20 Thread Conner DiPaolo
Hi! I was wondering if anybody knew how to create a list based on that list having a DateTime attribute that is less than 30 days old. I already have a boolean in the model itself of 'published_recent_month' that can say if it is or is not published within a month, but how do I put into that a l

Re: Creating a list off a model based on time delta

2014-07-20 Thread Conner DiPaolo
ng?? Thanks On Sunday, July 20, 2014 8:16:21 PM UTC-7, Conner DiPaolo wrote: > > Hi! > I was wondering if anybody knew how to create a list based on that list > having a DateTime attribute that is less than 30 days old. I already have a > boolean in the model itself of 'publi

Django Search via Form Redirect to URL

2014-07-27 Thread Conner DiPaolo
I already have a valid search function mapped in my Django project, you type in a url '/project/search//' and it responds the corresponding search results on a page. I want to have a search box in my nav-bar that was created in my base.html and have users type in a query and it will redirect

Re: Django Search via Form Redirect to URL

2014-07-28 Thread Conner DiPaolo
it as most of the form tutorials out there use POST because they change models or something. Seriously thanks for the response! Conner DiPaolo -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Re: Django Search via Form Redirect to URL

2014-07-28 Thread Conner DiPaolo
hole site because the form is in my base.html . Seriously thanks for the help dude! -Conner DiPaolo -- 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 to

Re: django upload image

2014-07-28 Thread Conner DiPaolo
I had a serious problem doing this. If your problem is similar to how mine was (static folder works but media folder doesn't) look at my Stack Overflow Question <http://stackoverflow.com/questions/24945395/django-imagefield-link-to-wrong-directory> Best luck, Conner DiPaolo On Mond