Skip to content

georgebrock/django-postgres-composite-types-issue-18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Postgres Composite example

This project demonstrates the following issue: danni/django-postgres-composite-types#18

Assumptions

  • Python 3.6
  • PostgreSQL

Setup

  1. Install dependencies:

     pip install pipenv
     pipenv install
     pipenv shell
    
  2. Create database

     createdb composite_test
     python manage.py migrate
    
  3. Run the server

     python manage.py runserver
    
  4. Visit http://localhost:8000/

  5. Follow the instructions on the page

About

Example app demonstrating a bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published