django-template-model 0.0.1
pip install django-template-model==0.0.1
Newer version available (1.0.6)
Released:
Template model.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Makina Corpus
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
django-template-model
Description
This application will allow you to store odt
, docx
or html
templates in
your database. You will be able to manipulate them through a view set, enriched
with an additional route to download the template.
Setup
Edit your settings file as follows:
INSTALLED_APPS = [
...
template_model,
]
Then your urls file:
urlpatterns = [
...
path('...', include('template_model.urls')),
]
Routes
.../document-template/
(name:template-list
, methods:['get', 'post']
).../document-template/{pk}/
(name:template-detail
, methods:['get', 'update', 'patch', 'delete']
).../document-template/{pk}/content/
(name:template-content
, methods:['get']
)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Makina Corpus
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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 django-template-model-0.0.1.0.tar.gz
.
File metadata
- Download URL: django-template-model-0.0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30172c58aa823fcdb1ee73ee0cdd730f5779930a912310e1c4c24ea5856d0797 |
|
MD5 | 3f9c54cfca1043499a969b45131c378e |
|
BLAKE2b-256 | 5e50d471210ed9e82ee93ee969f3a7465e842efe7f70de8705abac312181b234 |
File details
Details for the file django_template_model-0.0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_template_model-0.0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f60cfe36498fee8b23a5b933bc8607f7a6398656de91358a6e466059c8189b04 |
|
MD5 | 8481beebc0e9dee30b300f5d124eeef6 |
|
BLAKE2b-256 | 5b16836ece8b7d03477ce2d408c944a47f99f76ca00e73cff14f0c983faa9c2f |