Simple-Address is a simple Django app to save US addresses (it can potentially be used for others). It does not provide a front end. The intent of this is to be used on the admin site for invoicing purposes (and potentially others).
Quick start
- Pre-requisite:
Make sure django-localflavor is installed and added to your INSTALLED_APPS
Install with pip install django-simple-address Or clone (or download) the repository and run python setup.py install to install the app (preferably in virtualenv).
Add “simple-address” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'address', ]Run python manage.py migrate to create the address models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create addresses (you’ll need the Admin app enabled).
TODO: Add testing and frontend access.
Release files for django-simple-address 0.1
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-simple-address-0.1.tar.gz | 4.1 kB | Details |
Release files / django-simple-address-0.1.tar.gz
| Download URL | django-simple-address-0.1.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
adb78673ca397e51cac2fb0cd5cd775f7ae0c839bceb77ac9ceb7817c09809e1
|
|
BLAKE2b-256 checksum How to use checksums |
202867b65978df6e86f607c05d09c54fc925afda8cc7755bb56373317acb5a60
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |