Skip to main content

Django mobile S3+Lambda friendly CMS

Project description

https://badge.fury.io/py/cow.png https://travis-ci.org/narfman0/cow.png?branch=master

Django mobile S3+Lambda friendly CMS

Documentation

Cow lives in lambda and breathes S3, and loves to serve API calls

Quickstart

Install cow:

pip install cow

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'tinymce',
    'cow',
    ...
)

Add cow’s URL patterns:

from cow import urls as cow_urls


urlpatterns = [
    ...
    url(r'^', include(cow_urls)),
    url(r'^tinymce/', include('tinymce.urls')),
    ...
]

Migrate app:

./manage.py migrate cow

Usage

TODO

TODO

  • Usage :)

  • Plugin based text, link, map references

  • Images uploads, referencing via plugin :(

Features

  • Stores users and shows list view of metrics hit

Running Tests

Does the code actually work?:

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

License

Copyright Jon Robison 2017, see LICENSE for details

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

cow-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

cow-0.1.0-py2.py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 2 Python 3

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