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.
Release files for django-soap 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-soap-0.1.9.tar.gz | 9.5 kB | Details |
Release files / django-soap-0.1.9.tar.gz
| Download URL | django-soap-0.1.9.tar.gz |
|---|---|
| Size | 9.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c883323290ac144895a21b5c6e03d00e17309f6a9410bdc0d02ae089f884ffbf
|
|
BLAKE2b-256 checksum How to use checksums |
aa85364582eace796b09656dd1cb127bd292350dcb9196d34aba366890d37502
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|