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.1.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file dj_cashier-0.1.1.tar.gz
.
File metadata
- Download URL: dj_cashier-0.1.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2868909d7cc0fa1c253777c5b76aefce1c02a09b76b8fccdb0cc66f316f6de3 |
|
MD5 | b95223dc9956e20ca46f523a1dc63f17 |
|
BLAKE2b-256 | 80abd3b1bbf4b771a63bdee02c6b03f21de8e1a18f8dc2c0230ebe99e0d913ad |
File details
Details for the file dj_cashier-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_cashier-0.1.1-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 | 74b3f20c2096c8a56b2374bfbed384f8432d9aaed523b017930fd546af66670f |
|
MD5 | d80de66292029136a8ea8e428d9ea9cb |
|
BLAKE2b-256 | ce981150ba80d39b9ec651991f05f864066a92efce3a7a903aefa48395f75709 |