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

https://github.com/wsvincent/django-blog-no-users

A simple blog app built with Django and Bootstrap4
https://github.com/wsvincent/django-blog-no-users

blog bootstrap4 django python tutorial

Last synced: 2 months ago
JSON representation

A simple blog app built with Django and Bootstrap4

Awesome Lists containing this project

README

          

# Django Blog App

A simple blog app built with Django and Bootstrap4. Supports basic CRUD operations.

## Run locally

```
$ git clone https://github.com/wsvincent/django-blog-no-users
$ cd django-blog-no-users
$ mkvirtualenv blog
(blog) $ pip install -r requirements.txt
(blog) $ ./manage.py migrate
(blog) $ ./manage.py runserver
```