A Django app to create list and grid-based feeds.
Project description
Feedly is a Django app to create list and grid-based feeds. The feeds created with this app can have social and e-commerce aspects.
Quick start
Add “feedly” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'feedly', )
Include the feedly URLconf in your project urls.py like this:
url(r'^feedly/', include('feedly.urls')),
Run python manage.py syncdb to create the feedly models.
Run python manage.py loaddata fixtures.json to create the data on feed.
Visit http://127.0.0.1:8000/ to view a sample with populated data
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-feedly-0.6.8.tar.gz
(14.3 kB
view details)
Built Distribution
File details
Details for the file django-feedly-0.6.8.tar.gz
.
File metadata
- Download URL: django-feedly-0.6.8.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2a5496f78e8e8c8256fe1ab3844cdee5cc0f679c76af588018954cdfa3aadfa0
|
|
MD5 |
95a7a7c47cfcf08271677b45d99bc58c
|
|
BLAKE2b-256 |
21ac231a0be9ec86a22cec8c627bdb86fb98ec5db5a719d14aa967a75ec4b4cd
|
File details
Details for the file django_feedly-0.6.8-py3-none-any.whl
.
File metadata
- Download URL: django_feedly-0.6.8-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5fc5c70bd63c76c75563af66b0a2c52d37c855fcbe11b87771265b1e12db9b7f
|
|
MD5 |
f98d541284b207d5f3cc60a795817189
|
|
BLAKE2b-256 |
9c656a4e149982c2d7f8cc40a92905507b0a09b729fb4b557c1a99a84834234e
|