Django mobile S3+Lambda friendly CMS
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cow-0.1.0.tar.gz.
File metadata
- Download URL: cow-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2833fc6c549f738d9c6517b77b9419b16dc7ecd7086e68da2a178c6639084d25
|
|
| MD5 |
4ae7f1a350c2bbf602aba698f09afe63
|
|
| BLAKE2b-256 |
9581c9a472f5d71dffcba9403eae0c463760c852182a017fafd2088f3bb1dba4
|
File details
Details for the file cow-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: cow-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
725c350d4020c46939db86397e7317ac621db9a1b4d7992b650023b2f1f5b229
|
|
| MD5 |
4a39490c7e42e576ba0e63a4e97b3131
|
|
| BLAKE2b-256 |
a689e9243ec4722df88fd3ad02d3736ca7bc964192c038caf56dcd47109a7d70
|