3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 20 forks source link

Properly Implement Markdown Readme #3

Closed FlorianWendelborn closed 6 years ago

FlorianWendelborn commented 6 years ago

See https://github.com/3YOURMIND/django-add-default-value/commit/ae5f88f5bee4c67acf2b64f0ad9fd20358e951cd.

justinline commented 6 years ago

Fixed as of 68e160a :)

FlorianWendelborn commented 6 years ago

@justinline Thanks, have you found a way to test how pypi renders the readme?

justinline commented 6 years ago

You can use a package called twine to upload to test.pypi.org which is a mirror of pypi.org for staging. I also found recommendations to use wheel==31.0.0, setuptools>=38.6.0 and twine>=1.11.0 for rendering markdown with twine.