Skip to main content

Django microblog

Project description

Pitble

Information

https://badge.fury.io/py/pitble.png https://pypip.in/d/pitble/badge.png

Pitble is a python microblog

Installation

  • In your settings:

INSTALLED_APPS = (
    ...
    'pitble',
    'bootstrap3',
)


TEMPLATE_CONTEXT_PROCESSORS = (
    ...
    'pitble.context_processors.i18n',

)


MIDDLEWARE_CLASSES = (
    ...
    'django.middleware.locale.LocaleMiddleware',
    'pitble.middleware.LocaleMiddleware',
)

AUTH_USER_MODEL = 'pitble.User'

LOGIN_URL = '/sign-in/'
  • In your urls:

urlpatterns = patterns('',
    ...
    url(r'^', include('pitble.urls')),
)

Releases

0.0.1 (2014-04-29)

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pitble-0.0.1.tar.gz (681.2 kB view details)

Uploaded Source

File details

Details for the file pitble-0.0.1.tar.gz.

File metadata

  • Download URL: pitble-0.0.1.tar.gz
  • Upload date:
  • Size: 681.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pitble-0.0.1.tar.gz
Algorithm Hash digest
SHA256 dba45e4b093be11e81c0e958e82b282bdd1f35caab3315503d0ffda7f9c9207c
MD5 51c1b7656071f2016a5455784a9e6b95
BLAKE2b-256 0baa2d4700c540c2e174c485855d0e04b428bc8773486f9a8dc38a74bf9424c7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page