You cannot post messages because only members can post, and you are not currently a member.
Description:
Byteflow hackers mailing list
|
|
|
byteflow current development status
|
| |
Hi,
I am trying to settle on a django blog engine. Currently I'm using
Zinnia, which has some good things but it is quite basic.
I also looked at byteflow, and I think it is a more complete package,
but the development seems slow.
Is byteflow in a good shape from a development point of view?... more »
|
|
integrate byteflow with existing django site
|
| |
Hello, I am hoping to integrate byteflow blog system to my website, which is written using django. I hope users can visit my blog by visiting [link] , Can anyone teach me how to do this? I only have several month experience with django Thank you so much! --------------------------- He Jibo... more »
|
|
show boolmarks only when enabled
|
| |
...show boolmarks only when enabled diff -r 6464deecaf0e -r 2d5df74f90bc templates/blog/bookmarks.html --- a/templates/blog/bookmarks.htm l Tue Nov 02 23:30:06 2010 +0100 +++ b/templates/blog/bookmarks.htm l Tue Nov 02 23:33:39 2010 +0100 @@ -1,4 +1,5 @@ {% load i18n %} +{% if sites %} <div class="bookmarks">... more »
|
|
do not show archive entries for the date before the first post
|
| |
...do not show archive entries for the date before the first post diff -r c36944d45994 -r 5e3f38e43fd3 apps/blog/views.py --- a/apps/blog/views.py Wed May 19 18:13:12 2010 +0300 +++ b/apps/blog/views.py Tue Nov 02 23:06:09 2010 +0100 @@ -54,6 +54,14 @@ def archive_month(request, year, month): if int(year) < 1901: # to exclude all troubles with strftime... more »
|
|
show subscribe button only when watchlist is enabled
|
| |
...show subscribe button only when watchlist is enabled diff -r 53129849c8cf -r 6464deecaf0e apps/discussion/forms.py --- a/apps/discussion/forms.py Tue Nov 02 23:22:09 2010 +0100 +++ b/apps/discussion/forms.py Tue Nov 02 23:30:06 2010 +0100 @@ -16,7 +16,8 @@ class CommentForm(forms.Form): body = CommentNode._meta.get_field('b ody').formfield()... more »
|
|
Unable to add new users
|
| |
I’ve got Byteflow up and running. I have my user, which was added at the time of installation (upon installing the User application, I was prompted to add a new super user). However, to add additional users, I’m assuming I go through the admin interface to: admin/auth/user/add/ When I go there I get:... more »
|
|
can't verify my email with trac
|
| |
Hi, I registered an account with your trac installation, however I never received the verification email, which keeps me from posting issues. I've checked my spam folders. Can you manually verify my account? M
|
|
Upgrading with South?
|
| |
I'm in dire need of upgrading my byteflow instance. I was thinking of installing South([link]) and trying to use it to migrate my data. Has anyone tried this before? If so, could I get a measure of success? Maybe some tips? ;-)
|
|
virtualenv pip and company
|
| |
Hello, Congratulation for byteflow it hits the sweet spot of my requirements and I am really happy with its capacity. I have been testing it for some days and I have nothing to say except it is rich project focus on blogging which is nice. No that I have done my choice and that Byteflow is the winner !!!! :-)... more »
|
|
|