GithubHelp home page GithubHelp logo

vibbs / django-posts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from byteweaver/django-posts

0.0 1.0 0.0 70 KB

A generic django application to kick start nearly any kind of post handling.

License: BSD 3-Clause "New" or "Revised" License

Python 93.53% HTML 6.47%

django-posts's Introduction

django-posts

A generic django application to kick start nearly any kind of post handling.

Key features

  • very generic implementation and modular structure
  • easy to customize and extend

Installation

If you want to install the latest stable release from PyPi:

$ pip install django-posts

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/byteweaver/django-posts#egg=django-posts

Add posts to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'posts',
    ...
)

Hook this app into your urls.py:

urlpatterns = patterns('',
    ...
    url(r'^posts/', include('posts.urls', namespace='posts')),
    ...
)

Testing

You require tox in order to run the unittests of this project:

pip install tox

Then just run tox in the project's folder:

$ tox

Versions

The last upgrade, as starting with version 0.2.x, is incompatible with all versions below and does no longer feature south support!

  • version 0.2.x requires Django 1.5
  • all versions below run with Django1.4 (and maybe below, not tested)

Version 0.3

  • update app to work with python3 and django1.8

django-posts's People

Contributors

noxan avatar gilsondev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.