https://github.com/shvixxl/django-tutorial
https://github.com/shvixxl/django-tutorial
django docker postgresql python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shvixxl/django-tutorial
- Owner: shvixxl
- License: unlicense
- Created: 2020-12-17T17:17:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T08:47:57.000Z (over 5 years ago)
- Last Synced: 2025-05-07T19:53:00.208Z (about 1 year ago)
- Topics: django, docker, postgresql, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-tutorial
A basic poll application created while going the [tutorial](https://docs.djangoproject.com/en/3.1/intro/tutorial01/) from the Django documentation.
It consist of two parts:
* A public site that lets people view polls and vote in them.
* An admin site that lets you add, change, and delete polls.
## Project setup
```bash
docker-compose up
```