Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 606 Bytes

MadaniBlog

MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.

Installation

Use the package manager pip to install the necessary dependencies.

pip install -r requirements.txt

Usage

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Credits