This project demonstrates the following issue: danni/django-postgres-composite-types#18
- Python 3.6
- PostgreSQL
-
Install dependencies:
pip install pipenv pipenv install pipenv shell
-
Create database
createdb composite_test python manage.py migrate
-
Run the server
python manage.py runserver
-
Visit http://localhost:8000/
-
Follow the instructions on the page