Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 425 Bytes

GoldenShoeCompany

Required pip packages:

pip install django django-colorfield django-compressor django-crispy-forms django-multiselectfield psycopg2

You will also need a PostgreSQL with the following settings:

hosted on 127.0.0.1 : 5432 

name = goldenshoecompanydb 

username = postgres

password = password

or you can change the settings found in the settings.py file to point to any other PostgreSQL db