Now that Django 1.0 is out, is there a version of blogmaker that works
well on it, e.g. by folding in the trespams work?
Cheers,
Neal McBurnett http://mcburnett.org/neal/
Hi Antoni.
Interesting work you've done with the trespams fork of blogmaker. I
agee, it would be nice to merge your work back into blogmaker. For
me, I had grown wary of Django because of their lack of releases (it
seemed like too much work to keep up with trunk). However, now that
they have gone 1.0 I have a renewed interest in the project.
Also, one thing that has held me back from using blogmaker is that I
could never get the tests to run and I felt uneasy about using a tool
that I could not run unit tests for. So ... I spent a small amount of
time to check out the trespams trunk and fix up the tests for
blogmaker.blog using Django 1.0
Here is a patch with svn diff against revision 70. You should be able
to apply it with: cd trespams-trunk; patch -p0 -r . <
/path/to/patchfile
Some things that are strange about it is that I had to copy the
urls.py and templates into blogmaker.blog to get tests to run in
isolation from trespams. I also commented out the trackbacks test
because that needs work. To run them, I installed all prerequisites,
created a properties.py file with cachebackend='dummy:///' then typed:
python2.5 manage.py test blog
if you want to commit this work, I may find some more time to help out
with improving the module. I suppose also we could create a branch of
the blogmaker repos to try and move this all into blogmaker. Let me
know if there is interest in that, I think I have commit privs.
-Kumar
On Thu, Sep 4, 2008 at 5:58 PM, Antoni Aloy <anton...@gmail.com> wrote:Hi Antoni.
> Now that Django has a new stable release it would be nice to merge both
> projects. I'll try to update trespams with the last changes and i'll modify
> the code to adapt it to the Django 1.0 version.
> I have made some minor modifications just to improve the performance so it
> has to be possible. In my opinion the new version has so many interesting
> thinks that it would be a pity to maintain blogmaker in 0.96.
Interesting work you've done with the trespams fork of blogmaker. I
agee, it would be nice to merge your work back into blogmaker. For
me, I had grown wary of Django because of their lack of releases (it
seemed like too much work to keep up with trunk). However, now that
they have gone 1.0 I have a renewed interest in the project.
Also, one thing that has held me back from using blogmaker is that I
could never get the tests to run and I felt uneasy about using a tool
that I could not run unit tests for. So ... I spent a small amount of
time to check out the trespams trunk and fix up the tests for
blogmaker.blog using Django 1.0
Here is a patch with svn diff against revision 70. You should be able
to apply it with: cd trespams-trunk; patch -p0 -r . <
/path/to/patchfile
Some things that are strange about it is that I had to copy the
urls.py and templates into blogmaker.blog to get tests to run in
isolation from trespams.
I also commented out the trackbacks test
because that needs work. To run them, I installed all prerequisites,
created a properties.py file with cachebackend='dummy:///' then typed:
python2.5 manage.py test blog
if you want to commit this work, I may find some more time to help out
with improving the module. I suppose also we could create a branch of
the blogmaker repos to try and move this all into blogmaker. Let me
know if there is interest in that, I think I have commit privs.