diff options
author | luxagraf <sng@luxagraf.net> | 2018-11-02 16:20:15 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-11-02 16:20:15 -0600 |
commit | 411a8f7a3b1a415d20886c2d3dbf82b18f001e76 (patch) | |
tree | e0559567c07fae216440e06ba88f5023cb2b3e0c | |
parent | 8781b0cc296b0b8e7811e0611c4b1535e477dcc4 (diff) |
-rw-r--r-- | README.md | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -16,32 +16,25 @@ Create, track and report on writing pitches to magazines, online journals, etc ## External dependencies -#### Coverage -[https://github.com/nedbat/coveragepy](https://github.com/nedbat/coveragepy) +#### [Coverage](https://github.com/nedbat/coveragepy) * Because I hate keeping track of what needs tests -#### Python Decouple -[https://pypi.org/project/python-decouple/](https://pypi.org/project/python-decouple/) +#### [Python Decouple](https://pypi.org/project/python-decouple/) * Decouple helps you to organize your settings so that you can change parameters without having to redeploy your app. * Allows committing settings.py by keeping not-committed settings in one place (.env) -#### Django Taggit -[https://github.com/alex/django-taggit](https://github.com/alex/django-taggit) +#### [Django Taggit](https://github.com/alex/django-taggit) * Simplest way to get robust tagging capabilities -#### Django Storages -[https://github.com/jschneier/django-storages](https://github.com/jschneier/django-storages) +#### [Django Storages](https://github.com/jschneier/django-storages) * Simplest way to make all static assets go to Amazon S3 * Simplifies migrating server setups by keep static assets off the server -#### Django Registration -[https://github.com/ubernostrum/django-registration/](https://github.com/ubernostrum/django-registration/) +#### [Django Registration](https://github.com/ubernostrum/django-registration/) * Simplest way to handle all aspects of registration/confirmation (written by James Bennett) -#### pwned-passwords-django -[https://github.com/ubernostrum/pwned-passwords-django](https://github.com/ubernostrum/pwned-passwords-django) +#### [Django Pwned Passwords](https://github.com/ubernostrum/pwned-passwords-django) * Because we should inform people when their passwords are compromised (written by James Bennett) -#### Django-Extensions -[https://github.com/django-extensions/django-extensions](https://github.com/django-extensions/django-extensions) +#### [Django-Extensions](https://github.com/django-extensions/django-extensions) * Because I'd go crazy without it. shell_plus is a godsend |