Pitble
Information
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.2 (2014-04-30)
Add tests
0.0.1 (2014-04-29)
Initial version
Release files for pitble 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pitble-0.0.2.tar.gz | 681.9 kB | Details |
Release files / pitble-0.0.2.tar.gz
| Download URL | pitble-0.0.2.tar.gz |
|---|---|
| Size | 681.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fe02de4588b7c45a2d0b5c6729bf697564c2caa66d43c6b5fbfcab21471b4f65
|
|
BLAKE2b-256 checksum How to use checksums |
ffc668b206a2318d63786bcce9adbec2ef3a2146f3cce98d8624dac57f807e9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |