Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokrome/django-news
A django application for keeping your fans up to date... or whatever else you may do.
https://github.com/monokrome/django-news
Last synced: 18 days ago
JSON representation
A django application for keeping your fans up to date... or whatever else you may do.
- Host: GitHub
- URL: https://github.com/monokrome/django-news
- Owner: monokrome
- Created: 2010-08-02T04:37:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-02T12:35:55.000Z (almost 14 years ago)
- Last Synced: 2024-10-17T10:18:25.149Z (29 days ago)
- Language: Python
- Homepage: http://monokro.me/
- Size: 139 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django news
#### Brandon R. Stoner## What is this?
A django application for posting news. This is a fairly decent *news or blogging* application, and easily provides features like comments, markup, and RSS and ATOM feeds at no cost. However it makes no assumptions regarding your design, and therefore doesn't include any WYSIWYG/WYSIWYM editors or anything like that. You can easily add your own by simply applying it to elements with a 'text-edit' class. This application also ties into the django user authentication system to allow multiple users to post, edit, and delete news articles on the web site.