An open API service indexing awesome lists of open source software.

https://github.com/syaiful6/dango

the starter project for everyone learning django as described here: https://docs.djangoproject.com/en/2.2/intro/tutorial01/
https://github.com/syaiful6/dango

Last synced: 8 months ago
JSON representation

the starter project for everyone learning django as described here: https://docs.djangoproject.com/en/2.2/intro/tutorial01/

Awesome Lists containing this project

README

          

### Dango

This repo is mean to set up Docker for learning Django. So everyone can follow the tutorial
described in https://docs.djangoproject.com/en/2.2/intro/tutorial01/

1. install docker and docker compose
2. build the image by running `docker-compose build`
3. run it `docker-compose up -d`