johntynan / django-newsroom

Automatically exported from code.google.com/p/django-newsroom
Other
0 stars 0 forks source link

add a blogging app #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
step 1 ... try one out.

Original issue reported on code.google.com by mand...@gmail.com on 1 Apr 2009 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by mand...@gmail.com on 2 Apr 2009 at 5:36

GoogleCodeExporter commented 9 years ago
Start testing Django Basic Blog:

http://code.google.com/p/django-basic-apps/source/browse/trunk/blog/

Original comment by jgty...@gmail.com on 7 Apr 2009 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by jgty...@gmail.com on 13 Apr 2009 at 3:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Add "blog" to the global navigation.

Also: Should the ability to add blog posts ( blog/post/add ) happen in the 
django
admin, or should there be a user interface to this outside the admin?  Should we
create a BlogRFC to clarify any issues around blogs?

Original comment by jgty...@gmail.com on 13 Apr 2009 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by jgty...@gmail.com on 13 Apr 2009 at 11:09

GoogleCodeExporter commented 9 years ago
Added documentation here:

http://code.google.com/p/django-newsroom/wiki/BasicBlogInstall

Original comment by jgty...@gmail.com on 14 Apr 2009 at 5:56

GoogleCodeExporter commented 9 years ago
Maybe we shoud also look at pinax blog might be a better fit for 
django-newsroom ... notification looks to be 
integrated as well as threaded comments.

http://github.com/pinax/pinax/tree/0d73aa2db03df14a54978aa34c12266ae3644500/pina
x/apps/blog

Original comment by mand...@gmail.com on 15 Apr 2009 at 5:46

GoogleCodeExporter commented 9 years ago
Very good.  I'm all for testing.

I also want to be sure that there is ample moderation for comments and a
strong spam filter.

Original comment by jgty...@gmail.com on 15 Apr 2009 at 6:37

GoogleCodeExporter commented 9 years ago
I'm thinking the more Pinax code we use the better.  Because in the future we 
might want to make all of our apps 
"Pinax compatible".  

Original comment by mand...@gmail.com on 16 Apr 2009 at 7:31

GoogleCodeExporter commented 9 years ago
Tried to install the blog app for pinax.  Went through what steps I thought 
would get
me in the ballpark (see attached).

Original comment by jgty...@gmail.com on 18 Apr 2009 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago
After seemingly installing the pinax blog, I received the error:

Exception Type: NoReverseMatch at /admin/r/38/1/
Exception Value: Reverse for 'blog_post' with arguments 

http://dpaste.com/35348/

Original comment by jgty...@gmail.com on 18 Apr 2009 at 11:17

GoogleCodeExporter commented 9 years ago
I was able to get beyond the issue outlined above:

http://code.google.com/p/django-newsroom/wiki/PinaxBlogInstall

I'm having trouble displaying the blog posts in the current templates.

I'll continue to plug away at this when I get back into work on Wednesday.

Original comment by jgty...@gmail.com on 27 Apr 2009 at 11:46

GoogleCodeExporter commented 9 years ago
deprioritizing blog for now

Original comment by mand...@gmail.com on 23 May 2009 at 4:36