Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpaning/django-blog
A blog application built using Django framework and Bootstrap.
https://github.com/arpaning/django-blog
bootstrap5 css django django-blog html5 htmx javascript python
Last synced: 4 days ago
JSON representation
A blog application built using Django framework and Bootstrap.
- Host: GitHub
- URL: https://github.com/arpaning/django-blog
- Owner: ArpanIng
- Created: 2023-09-15T17:40:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T15:32:22.000Z (6 months ago)
- Last Synced: 2024-07-06T16:46:15.591Z (6 months ago)
- Topics: bootstrap5, css, django, django-blog, html5, htmx, javascript, python
- Language: HTML
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBlog
## Installation
### Install Dependencies:
```sh
poetry install
```### Activate the Virtual Environment
```sh
poetry shell
```