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

https://github.com/clouby/blog-django


https://github.com/clouby/blog-django

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Build a blog with Django.

Let's build a blog app with django. This content just show you the simplest content that need our project for works successfuly.

## Models
```
Post
--------
title
text
author
created_at
published_at
```