Your project description goes here
Project description
Your project description goes here
Documentation
The full documentation is at https://dj-cashier.readthedocs.io.
Quickstart
Install Django Cashier:
pip install dj-cashier
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'dj_cashier',
...
)
Add Django Cashier’s URL patterns:
import dj_cashier
urlpatterns = [
...
url(r'^', include(dj_cashier.urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?:
$ cd dj-cashier $ poetry install $ poetry run runtests.py
Credits
Tools used in rendering this package:
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
dj_cashier-0.1.0.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file dj_cashier-0.1.0.tar.gz
.
File metadata
- Download URL: dj_cashier-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e5bf5e137464940020dff0b277747a2fc61280e8392104bd263c126282ad5a9 |
|
MD5 | 22dc5249c928c76ae090024d74c0be44 |
|
BLAKE2b-256 | d8e4a10a1ce20581e22b433486e3ce32b1301abef55f141e569ebb58f82397bd |
File details
Details for the file dj_cashier-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_cashier-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0051b11c2bd8fda789792428e09d5e2d661e0e51f1a40bab282ad1141206d7 |
|
MD5 | 39da07d03444e351fb7f35a7e7cf3660 |
|
BLAKE2b-256 | 27c77e2110ab447eb33632a40b0ee077881ba1793af1e385d93a1e6bdcb1a209 |