Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 978 Bytes

File metadata and controls

20 lines (17 loc) · 978 Bytes

Postgres Database in Django

Installation

Fill database

  • python manage.py makemigrations
  • python manage.py migrate
  • python3 manage.py createsuperuser

Run System