A simple Django blogging app with public post creation/editing
- Python 3.x
- Django 3.x
- django-crispy-forms
- Create new posts with Title/Content
- View list of all posts
- View complete post details
- Edit current posts
- Most recent post featured in sidebar
- No auth/permissions required to post/edit
- Use /admin
- Username/Password available on request
- Create new post
- Validate form fields:
- All fields entered
- Title is unique
- Long titles truncated
- Edit post title and content
- Screen size responsive display