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

https://github.com/shvixxl/django-tutorial


https://github.com/shvixxl/django-tutorial

django docker postgresql python

Last synced: 3 months ago
JSON representation

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
```