https://github.com/clouby/blog-django
https://github.com/clouby/blog-django
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clouby/blog-django
- Owner: clouby
- Created: 2018-11-03T18:55:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T19:12:12.000Z (about 7 years ago)
- Last Synced: 2025-01-25T09:42:26.446Z (11 months ago)
- Language: Python
- Size: 10.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```