plugs-post 0.2.1
pip install plugs-post
Latest version
Released:
Post APP
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Solo
- Tags plugs-post
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
Quick start
Install using Pip
$ pip install plugs_post
Add it to INSTALLED_APPS
INSTALLED_APPS = ( # other apps 'plugs_post' )
Run migrate
$ python manage.py migrate plugs_post
Register the Viewsets
from plugs_post.views import PostViewSet, PostSectionViewSet ROUTER = routers.DefaultRouter() ROUTER.register(r'posts', PostViewSet) ROUTER.register(r'post_sections', PostSectionViewSet) urlpatterns = [ url(r'^', include(ROUTER.urls)) ]
History
0.1.0 (2016-12-29)
First release on PyPI.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Solo
- Tags plugs-post
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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
File details
Details for the file plugs-post-0.2.1.tar.gz
.
File metadata
- Download URL: plugs-post-0.2.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d243d2633e6c564793df57050ee1e67d21887eff9f210321c8e131c8b89da869 |
|
MD5 | 01e8952dac65a25d21bb8fd4c21bbd1c |
|
BLAKE2b-256 | 9d588edd268e4e753582b592f1f66ef6b803b218f66ccc136d7a7810e6908297 |
File details
Details for the file plugs_post-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_post-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d4cb2e1c09e262d4b35059d115048aa05ac60f6f1d7b1baa537410462e9fec2 |
|
MD5 | be4941adbfba2659108fc423d078f5d0 |
|
BLAKE2b-256 | 945e895a9eccf3f5f4d12a23d46d5799ce1c4d10ccff2eb07b31e49d369f6989 |