Your project description goes here
Project description
Your project description goes here
Documentation
The full documentation is at https://django-soap.readthedocs.io.
Quickstart
Install Django SOAP:
pip install django-soap
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_soap.apps.DjangoSoapConfig',
...
)
Add Django SOAP’s URL patterns:
from django_soap import urls as django_soap_urls
urlpatterns = [
...
url(r'^', include(django_soap_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-08-12)
First release on PyPI.
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-soap-0.1.9.tar.gz
(9.5 kB
view details)
File details
Details for the file django-soap-0.1.9.tar.gz
.
File metadata
- Download URL: django-soap-0.1.9.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c883323290ac144895a21b5c6e03d00e17309f6a9410bdc0d02ae089f884ffbf |
|
MD5 | d5a4ba5d5e443d8f6bddd3071ab9af6d |
|
BLAKE2b-256 | aa85364582eace796b09656dd1cb127bd292350dcb9196d34aba366890d37502 |