Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# MyBlog

## Installation

### Install Dependencies:
```sh
poetry install
```

### Activate the Virtual Environment
```sh
poetry shell
```