Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrislapiroff/django-collins
Collins is a simple blogging application for Django, inspired by Tumblr, Projectionist, &c.
https://github.com/harrislapiroff/django-collins
Last synced: 1 day ago
JSON representation
Collins is a simple blogging application for Django, inspired by Tumblr, Projectionist, &c.
- Host: GitHub
- URL: https://github.com/harrislapiroff/django-collins
- Owner: harrislapiroff
- Created: 2011-04-02T06:50:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-21T22:42:27.000Z (over 13 years ago)
- Last Synced: 2024-11-25T12:44:17.665Z (2 months ago)
- Language: Python
- Homepage: http://collins.masoevda.com/
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Django Collins
Collins is a simple blogging application for Django, inspired by [Tumblr](http://tumblr.com/), [Projectionist](http://project.ioni.st/), &c.
Doesn't really do much yet. Still in the early stages of development.
## Prerequisites
* [Python](http://python.org/) (2.6 required for the [@post_type](https://github.com/lapilofu/django-collins/blob/master/collins/decorators.py#L4) [class decorator](http://www.python.org/dev/peps/pep-3129/). Earlier versions should work if you are not using the decorator.)
* [Django 1.3+](http://www.djangoproject.com/)
* (Optional) [django-south](http://south.aeracode.org/)In addition, if you are working on development and want to change the stylesheets for user interface, you will need [Sass](http://sass-lang.com/) with [Compass](http://compass-style.org/).