-
clone the project
-
install requirements using
$ pip install -r requirements.txt
-
install postgresql
-
create a database named "Content_Management_db"
-
change the USER and PASSWORD in
setting.py
-
run the below commands
>> python manage.py makemigrations
>> python manage.py migrate