How to create ability to send email from the admin with django?

2009-04-02 Thread ChrisR
I've been searching and trying to figure this out, but I haven't quite found the source that makes it snap in my mind. I'd like to be able to send an email or emails out from my site through the admin. I have the email settings added to settings.py, but not sure where to go next. I've read the

How to create ability to send email from the admin with django?

2009-04-02 Thread ChrisR
I've been searching and trying to figure this out, but I haven't quite found the source that makes it snap in my mind. I'd like to be able to send an email or emails out from my site through the admin. I have the email settings added to settings.py, but not sure where to go next. I've read the

views help with category_list for a blgo

2009-09-15 Thread ChrisR
Hello, I am building a blog/cms for my site. I am using django's date_based urls as well as object_detail for the individual posts. On my base, I have a for loop for categories in the blog. I don't like the way I have made the category_list work, and feel that it is not the best way to do it.

Re: Can't get development server to run

2009-09-15 Thread ChrisR
What OS are you using? Django may not be on your PYTHONPATH. If you cd into your project's root directory (the one with settings.py), type 'python' at the command line to start the python shell. Then try 'import django'. You're probably going to see an error saying it can't find that module.

Re: views help with category_list for a blgo

2009-09-15 Thread ChrisR
Thanks DR. I do have the list on the base right now, but I don't think I have it correctly assigned as a custom tag. I didn't think of that, I'll check into it. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

Re: views help with category_list for a blgo

2009-09-15 Thread ChrisR
I appreciate the help you gave DR, however, I am still a bit lost. Any more suggestions or guidance with custom tags? I've been looking at the custom tags documentation... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Tutorial Discrepancy

2009-12-14 Thread ChrisR
The first "Polls" is the app(folder within your project that contains your models, views, etc) you are referring to, and the second "Polls" is the specific Object you have registered to the Admin. -- You received this message because you are subscribed to the Google Groups "Django users" group.

get_next_by title?

2010-04-16 Thread ChrisR
I know of the get_next_by_FOO for getting the next object by date, but I need a way to get the next object by a title or name on a object_detail page. I've been searching around and can't find anything to help. Any thoughts or suggestions? -- You received this message because you are subscribed

Re: how to install django in ubuntu .........

2010-04-16 Thread ChrisR
Download this: http://www.djangoproject.com/download/1.1.1/tarball/ or wget http://www.djangoproject.com/download/1.1.1/tarball/ tar xzvf Django-1.1.1.tar.gz cd Django-1.1.1 sudo python setup.py install -- You received this message because you are subscribed to the Google Groups "Django users"

Re: get_next_by title?

2010-04-18 Thread ChrisR
I still haven't found anything useful to help on this. Anyone have any thoughts, suggestions, pointers? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this

Re: get_next_by title?

2010-04-22 Thread ChrisR
Thanks Daniel! I didn't realize that "FOO_gt=..." would go to the next. I guess I was thinking that'd only work with dates, ints, things that have to do with numbers. (I'm new to this stuff). Provided what you gave me, I came up with the follow: def get_prev_by_title(self):

Re: get_next_by title?

2010-04-23 Thread ChrisR
Awesome, even better! Thanks Javier. I'll look into adding this instead, or at least hang onto it for future reference. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsu