diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1fcd321 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: ruby +rvm: 2.4.1 +before_script: gem install awesome_bot +script: awesome_bot README.md --allow 302 diff --git a/README.md b/README.md index 4648029..aa4877f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
@@ -159,23 +159,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [A Complete Beginner's Guide to Django](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) - In-depth and excellent walkthrough of a new Django app - [Build a HackerNews clone](https://medium.com/@danieldng/a-little-hacker-news-in-django-part-1-f12aa81dc25d) - Very well-done tutorial for Django 2.0. -### Intermediate/Advanced Tutorials - -- [Django Stripe Tutorial](https://testdriven.io/blog/django-stripe-tutorial/) -- [Setting up Stripe Connect with Django](https://testdriven.io/blog/setting-up-stripe-connect-with-django/) -- [Storing Django Static and Media Files on Amazon S3](https://testdriven.io/blog/storing-django-static-and-media-files-on-amazon-s3) -- [Python and Django Logging in Plain English](https://djangodeconstructed.com/2018/12/18/django-and-python-logging-in-plain-english/) - -### Docker Tutorials - -_Docker is commonly used to work with production-level databases locally like PostgreSQL or MySQL._ - -- [A Beginner's Guide to Docker](https://wsvincent.com/beginners-guide-to-docker/) -- [A Brief Intro to Docker for Djangonauts](https://www.revsys.com/tidbits/brief-intro-docker-djangonauts/) -- [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/) -- [Docker for Django Developers (slides)](https://mherman.org/presentations/dockercon-2018/#1) -- [Dockerizing Django with Postgres, Gunicorn, and Nginx](https://testdriven.io/blog/dockerizing-django-with-postgres-gunicorn-and-nginx) - ## Boilerplate - [cookiecutter-django](https://github.com/pydanny/cookiecutter-django) - A full-bodied starter project, highly customizable.