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
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
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.
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.
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
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
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.
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
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"
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
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):
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
12 matches
Mail list logo