Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 477 Bytes

content-management-system

Systems Analysis and Design Group Project - Summer 2022

Instructions to connect the project to postgresql database

  1. clone the project

  2. install requirements using $ pip install -r requirements.txt

  3. install postgresql

  4. create a database named "Content_Management_db"

  5. change the USER and PASSWORD in setting.py

  6. run the below commands

    >> python manage.py makemigrations

    >> python manage.py migrate