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/
- Host: GitHub
- URL: https://github.com/syaiful6/dango
- Owner: syaiful6
- Created: 2019-07-24T09:04:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:07:27.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:22:59.159Z (about 2 years ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`