mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-27 22:11:09 +00:00
add Docker section
This commit is contained in:
parent
223604161b
commit
e691e6a326
|
@ -12,6 +12,7 @@
|
|||
* [Starter Projects](#starter-projects)
|
||||
* [Example Apps: Beginner](#example-apps-beginner)
|
||||
* [Example Apps: Advanced](#example-app-advanced)
|
||||
* [Docker](#docker)
|
||||
* [Django REST Framework](#django-rest-framework)
|
||||
* [Resources](#drf-resources)
|
||||
* [General Tutorials](#drf-tutorials)
|
||||
|
@ -71,6 +72,13 @@
|
|||
* [django-cms](https://github.com/divio/django-cms) - CMS for Django
|
||||
* [saleor](https://github.com/mirumee/saleor) - E-commerce storefront
|
||||
|
||||
### Docker
|
||||
> Docker is commonly used to work with production-level databases locally like PostgreSQL or MySQL.
|
||||
|
||||
* [Why Docker?](https://wsvincent.com/django-tips-docker/)
|
||||
* [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/)
|
||||
* [A Brief Intro to Docker for Djangonauts](https://www.revsys.com/tidbits/brief-intro-docker-djangonauts/)
|
||||
|
||||
## Django REST Framework
|
||||
|
||||
> The most popular way to build web APIs with Django.
|
||||
|
|
Loading…
Reference in New Issue
Block a user