On Tue, Jun 21, 2011 at 5:09 PM, Thomas Weholt <thomas.weh...@gmail.com>wrote:

> Proof of concept. Need comments. Released under a modified BSD-license.
>
> http://pypi.python.org/pypi/Kolibri/0.1.0a
>
> or better
>
> https://bitbucket.org/weholt/django-kolibri
>
> There's a blogpost with two screencasts at http://weholt.blogspot.com/ as
> well.
>

Looks very cool, I'm looking forward to trying it out.


> NB! If anybody can tell me why my my pypi-entry don't get formatted
> like restructured text that would be swell. Thanks!
>

Usually this happens when your long_description doesn't validate properly as
ReST.  I use the collective.checkdocs package to validate and fix ReST
syntax errors before uploading a release.  Use it like:

$ pip install collective.checkdocs
$ cd src/django-kolibri
$ python setup.py checkdocs

It will emit ReST validation errors and warnings, with line numbers.  Fix
those and then re-register the package data (`python setup.py register`) and
the ReST will render properly on the PyPI page.

-Ethan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to