https://github.com/ezzylan/madaniblog
MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.
https://github.com/ezzylan/madaniblog
bootstrap django
Last synced: about 1 month ago
JSON representation
MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.
- Host: GitHub
- URL: https://github.com/ezzylan/madaniblog
- Owner: ezzylan
- Created: 2023-05-12T19:02:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T10:06:22.000Z (almost 3 years ago)
- Last Synced: 2025-12-30T10:44:14.357Z (5 months ago)
- Topics: bootstrap, django
- Language: HTML
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MadaniBlog
MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the necessary dependencies.
```bash
pip install -r requirements.txt
```
## Usage
```python
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```
## Credits
- [Harzan Hazanan](https://github.com/hharzan)
- [Kong Wei Jian](https://github.com/weijiankong0329)
- [Ali Al-Yasari](https://github.com/ali-ihssan)
- [Ma Li](https://github.com/Nobody9810)